class SelfishAssociations::Associations::HasMany

Public Instance Methods

find(instance) click to toggle source
# File lib/selfish_associations/associations/has_many.rb, line 4
def find(instance)
  matches_for(instance)
end