Flowdock
method

create_schema_dumper

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::ConnectionAdapters::SchemaStatements
create_schema_dumper(options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 1228
      def create_schema_dumper(options) # :nodoc:
        SchemaDumper.create(self, options)
      end
Register or log in to add new notes.