Displaying 1 result from an estimated 1 matches for "find_all_tag".
2006 May 05
0
Missing documentation for find_in_collection? Trying to drill down in a 4 level has_many association fails
...@user.find_tag
@user.find_all
@user.find_first
@user.find_mapped_soap_class @user.find_target
@user.find_all_in_foos
@user.find_first_recursive
@user.find_name @user.find_user_object
@user.find_all_tag
@user.find_in_foos
@user.find_plugins
@user.finding_with_ambigious_select?
>> @user.find_in_foos(1)
=> #<Foo:0x26a0008 @attributes={
It''s really crazy, I can use that method @user.find_in_foos(1) and
get an object...