Flowdock
method

new

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: EnvironmentStorageError
new() 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 212
    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
Register or log in to add new notes.