method
through_association?
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::TableMetadata
through_association?()public
No documentation available.
# File activerecord/lib/active_record/table_metadata.rb, line 61
def through_association?
reflection&.through_reflection?
end