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