X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cd2ca12d4235473cd3611b84e2a61649c17da2f6..9efa2c7b92952b7d72bd5dc35dd22deb79d50b35:/Rakefile diff --git a/Rakefile b/Rakefile index 28fdc4c57..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