X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..d6b5c0e5c5f94666c80dd0a73dd8ac2b814a7f91:/Rakefile?ds=sidebyside diff --git a/Rakefile b/Rakefile index 039e38f47..9a5ea7383 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +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 'rake' +require_relative "config/application" -OpenStreetMap::Application.load_tasks +Rails.application.load_tasks