diff --git a/config/environments/production.rb b/config/environments/production.rb index 25689cf..93ae51a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -59,7 +59,8 @@ Photomix::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify - set default_url_options[:host] = 'example.com' + + config.default_url_options[:host] = 'example.com' # Log the query plan for queries taking more than this (works # with SQLite, MySQL, and PostgreSQL)