class ActiveRecord::EnvironmentStorageError

:nodoc:

def initialize

:nodoc:
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