search for: subscriber_control

Displaying 1 result from an estimated 1 matches for "subscriber_control".

2008 Feb 27
7
older version of rails -- Unknown action error
...39;m using Rails 1.2.3 (constraint of the hosting company). I''m getting this error Unknown action No action responded to subscriber upon visiting http://mydomain.com/super_admin/subscriber/search I have these files: app/controllers/super_admin_controller.rb app/controllers/super_admin/subscriber_controller.rb app/views/super_admin/subscriber/search.rhtml and below is my routes.rb file. I had to comment out the "map.namespace :super_admin do |adm|" because when I included it, I got an ''Application error Rails application failed to start properly"'' error. As alway...