X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3bd92c16704823e79ac61f27d05c1a9be52858f5..a2caee2a357366d5343780113b94a23cdd4371d3:/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()