From 5ad5491fc114d9347dc93eaa766fcfe7fc672e5e Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Fri, 13 Apr 2018 15:50:51 +0300 Subject: [PATCH] Fix syntax error that came from merge --- config/application.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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