method
find
v2.1.0 -
Show latest stable
- Class:
ActiveRecord::Associations::HasOneThroughAssociation
find(*args)private
No documentation available.
# File activerecord/lib/active_record/associations/has_one_through_association.rb, line 19
def find(*args)
super(args.merge(:limit => 1))
end