Flowdock
method

load_schema_if_pending!

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: ActiveRecord::Migration
load_schema_if_pending!() 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/migration.rb, line 392
      def load_schema_if_pending!
        if ActiveRecord::Migrator.needs_migration?
          ActiveRecord::Tasks::DatabaseTasks.load_schema_current
          check_pending!
        end
      end
Register or log in to add new notes.