diff --git a/config/application.rb b/config/application.rb index 8232ddf68..0d043fa5e 100644 --- a/config/application.rb +++ b/config/application.rb @@ -15,15 +15,13 @@ require 'rails/all' # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) -module DomainNameRegistry - - # Add "db" to the list hosts on which you can run `rake db:setup:all` +# Add "db" to the list hosts on which you can run `rake db:setup:all` # Only allow that in test and development. if ['development', 'test'].include?(Rails.env) ActiveRecord::Tasks::DatabaseTasks::LOCAL_HOSTS << "db" end -module Registry +module DomainNameRegistry class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers