reflect_on_association

reflect_on_association(association)
Instance Public methods

Returns the AssociationReflection object for the association (use the symbol).

1
2
3
4
Account.reflect_on_association(:owner)             # returns the owner AssociationReflection
Invoice.reflect_on_association(:line_items).macro  # returns :has_many
 
@api public
doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.