method

new

rails latest stable - Class: ActiveRecord::EnvironmentStorageError
new()
public

No documentation available.

# File activerecord/lib/active_record/migration.rb, line 219
    def initialize
      msg = +"You are attempting to store the environment in a database where metadata is disabled.\n"
      msg << "Check your database configuration to see if this is intended."
      super(msg)
    end