# HG changeset patch # User nanaya # Date 1467444935 -32400 # Node ID 0b2b1865e86422a5fd6575b321382614d4d22468 # Parent d5a0d66ee45776b2bab8be030c406d81da2d6c98 One missed require_relative update diff -r d5a0d66ee457 -r 0b2b1865e864 Rakefile --- a/Rakefile Sat Jul 02 16:26:00 2016 +0900 +++ b/Rakefile Sat Jul 02 16:35:35 2016 +0900 @@ -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" Rails.application.load_tasks