X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9a9b045372a6f48420a9a6dacfde52c34ab7abce..53cc1d2d11d358c171ee5beab55a3d20b79e9dab:/Rakefile diff --git a/Rakefile b/Rakefile index 39f9f3564..9a5ea7383 100644 --- 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