X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3bd92c16704823e79ac61f27d05c1a9be52858f5..7cafcf878aa7114f9618feed7a835c232de2d498:/config/environment.rb?ds=inline 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()