method
new
new(connection, options = {})
public
Hide source
# File activerecord/lib/active_record/schema_dumper.rb, line 58 def initialize(connection, options = {}) @connection = connection @version = connection.migration_context.current_version rescue nil @options = options end