]> git.openstreetmap.org Git - rails.git/blobdiff - Rakefile
Add terminating semicolon to overpass query
[rails.git] / Rakefile
index 28fdc4c576ce8a84a36b220ddd4dce1c322977e7..9a5ea7383aa83eec12490380a7391d1bb93eeb96 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
 # Add your own tasks in files placed in lib/tasks ending in .rake,
 # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
-require File.expand_path('../config/application', __FILE__)
+require_relative "config/application"
 
-OpenStreetMap::Application.load_tasks
+Rails.application.load_tasks