Flowdock
method

maintain_test_schema!

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: ActiveRecord::Migration
maintain_test_schema!() 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 409
      def maintain_test_schema! # :nodoc:
        if ActiveRecord::Base.maintain_test_schema
          suppress_messages { load_schema_if_pending! }
        end
      end
Register or log in to add new notes.