X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5bbe1c4aee4e070cb1867d7bdfec9566aacb1466..bd402599f541e3da86036f21d955b6e6fc31185c:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index b958021e8..ee8d90dc6 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,5 +1,5 @@ -# Load the rails application +# Load the Rails application. require File.expand_path('../application', __FILE__) -# Initialize the rails application -OpenStreetMap::Application.initialize! +# Initialize the Rails application. +Rails.application.initialize!