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