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