method

_database=

_database=(database)
public

No documentation available.

# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 67
      def _database=(database) # :nodoc:
        @configuration_hash = configuration_hash.merge(database: database).freeze
      end