我有一个嵌套资源hotel_user,我希望在hotel namespace下有hotel_users_controller。
我想在这里使用restful身份验证,我想在hotel / hotel_users_controller和hotel / sessions_controller等酒店目录中使用hotel_users_controller,sessions_controller。我在终端尝试使用以下命令,但失败了。
script/generate authenticated hotel_user hotel/session
并且错误
The name 'AuthenticatedSystem' is either already used in your application or reserved by Ruby on Rails.
Please choose an alternative and run this generator again.
authenticated_system.rb文件存在于lib目录下的某些其他资源,而不是hotel_user。生成器正在查看它并且无法生成文件。我能做什么?请帮忙
答案 0 :(得分:0)
更改您的file_name和模块名称。
重新生成restful_authentication并使用其他名称进行更改。或者你以前的档案。