Displaying 1 result from an estimated 1 matches for "find_run".
Did you mean:
find_runs
2006 Sep 06
7
Error on Windows and FreeBSD
...e whole application works apart from one action. The error I get 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
S...