method
new
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::InternalMetadata
new(pool)public
No documentation available.
# File activerecord/lib/active_record/internal_metadata.rb, line 18
def initialize(pool)
@pool = pool
@arel_table = Arel::Table.new(table_name)
end