Displaying 1 result from an estimated 1 matches for "that_fli".
Did you mean:
that_fly
2006 Aug 17
2
find method not interpreting arguments correctly?
i''ve got a situtation where i''m trying to pass arguments from a method
to find and AR is telling me that it can''t find the record where
id=all
here''s what i am attempting to do
class Thing < ActiveRecord::Base
belongs_to :x
end
class FlyingThing < Thing
end
class x < ActiveRecord::Base
has_many :things do
def that_fly(*args)