X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3bd92c16704823e79ac61f27d05c1a9be52858f5..f7d2bf9e3903b309c79290db1b75f9a0e9b15b0a:/config/environment.rb diff --git a/config/environment.rb b/config/environment.rb index bf80499f7..02d99f20c 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -70,6 +70,6 @@ Rails::Initializer.run do |config| end # This has to be after the above block for some reason (doesnt pull in /lib/osm.rb?) -POTLATCH_PRESETS = OSM::Potlatch.get_presets() +POTLATCH_PRESETS = Potlatch::Potlatch.get_presets()