Displaying 1 result from an estimated 1 matches for "conditionssymbol".
2010 Oct 11
0
undefined method `includes_values' for :conditions:Symbol
Rails 3 / Ruby 1.9.2
Over the weekend I saw the "undefined method `includes_values''
for :conditions:Symbol" error for the 1st time while working with
AAF.
http://j-k.lighthouseapp.com/projects/45560-acts-as-ferret/tickets/176-aaf-051-undefined-method-includes_values-for-conditionssymbol#ticket-176-4
Anyway, i fixed the query and moved on.
Today I hit the error again but I do not have any include queries.
It seems that rails is generating it.
I have a cart that has many cart_items and a cart item belongs to a
domain.
When I try to access the domain in my cart view I get the
...