instance method load_schema

Ruby on Rails 4.1.16

Since v4.1.16 Last seen in v4.2.9

Available in: v4.1.16 v4.2.9

Signature

load_schema(format = ActiveRecord::Base.schema_format, file = nil)

No documentation comment.

Parameters

format opt = ActiveRecord::Base.schema_format
file opt = nil
Source
# File activerecord/lib/active_record/tasks/database_tasks.rb, line 159
      def load_schema(format = ActiveRecord::Base.schema_format, file = nil)
        load_schema_current(format, file)
      end

Defined in activerecord/lib/active_record/tasks/database_tasks.rb line 159 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Tasks::DatabaseTasks

Type at least 2 characters to search.

↑↓ navigate · open · esc close