前提・実現したいこと
railsのgemfileでdeviseとransackを使って開発を試みているんですが、$ rails g controller Usersとやってもcontrollersには何も作成されません。どのようにしたら新しいcontrollerが作成されるでしょうか?
発生している問題・エラーメッセージ
`add_route': Invalid route name, already in use: 'new_user_session' You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here:
補足情報(FW/ツールのバージョンなど)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/12/29 04:46