Displaying 1 result from an estimated 1 matches for "depature_run".
Did you mean:
depature_runs
2006 Sep 06
7
Error on Windows and FreeBSD
...et is:
NoMethodError in SearchController#results
undefined method `table_name'' for Stop:Class
|(__DELEGATION__):2:in `__send__''
(__DELEGATION__):2:in `table_name''
#{RAILS_ROOT}/app/models/search.rb:58:in `find_runs''
#{RAILS_ROOT}/app/models/search.rb:44:in `depature_runs''
#{RAILS_ROOT}/app/controllers/search_controller.rb:100:in `results''|
So my results action gives an error for table_name! The Stop model is
used by various other controllers just fine. In Console I can do
Stop.find_all, so I dont see how this error is being generated,
b...