LoginSignup
1
0

More than 5 years have passed since last update.

Deviceのuser_sign_outがdeleteを指定していてもgetになってしまう

Posted at

application.html.erb
javascript_include_tag :defaultsを追加

The asset "defaults.js" is not present in the asset pipeline.
以上のエラーが出たら
javascript_include_tag :defaults
javascript_include_tag "application"に変更

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0