search for: name_nul

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

Did you mean: name_null
2010 Nov 30
1
rails 3 meta_search usage
...atible with Rails3 and need to use meta_search instead. But i havent quite understood the usage of meta_search vis-a-vis searchlogic. If i have a User model with :name and :address fields, i am not able to use the following methods with meta_search. What am i doing wrong? ruby-1.9.2-p0 > User.name_null NoMethodError: undefined method `name_null'' for #<Class: 0x000000038d5ce0> from /home/pratik/.rvm/gems/ruby-1.9.2-p0/gems/activerecord-3.0.3/lib/ active_record/base.rb:1008:in `method_missing'' from (irb):7 from /home/pratik/.rvm/gems/ruby-1.9.2-p0/gems/railties-3.0.3/lib/ r...