method
new
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::TableMetadata
new(klass, arel_table, association = nil)public
No documentation available.
# File activerecord/lib/active_record/table_metadata.rb, line 7
def initialize(klass, arel_table, association = nil)
@klass = klass
@arel_table = arel_table
@association = association
end