开发者

Authlogic admin subsite

Following this tutorial getting the following errors:

 NameError in Admin/dashboardsController#show

uninitialized constant Admin::DashboardsController



 NameError in Admin sessionCo开发者_如何学Gontroller#new

uninitialized constant Admin::AdminHelper

not sure how to correct this!


Make sure you have the follwing correct

  1. Admin::WhateverController is under RAILS_ROOT/app/controllers/admin/ directory.
  2. Admin::WhateverHelper is under RAILS_ROOT/app/helpers/admin/ directory
  3. Admin::WhateverController should be named as dashboards_controller.rb
  4. Admin::WhateverHelper should be named as dashboards_helper.rb
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜