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