method
aggregated_with?
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::TableMetadata
aggregated_with?(aggregation_name)public
No documentation available.
# File activerecord/lib/active_record/table_metadata.rb, line 68
def aggregated_with?(aggregation_name)
klass && reflect_on_aggregation(aggregation_name)
end