comparison Rakefile @ 90:0b2b1865e864

One missed require_relative update
author nanaya <me@myconan.net>
date Sat, 02 Jul 2016 16:35:35 +0900
parents 157f7fd136fc
children
comparison
equal deleted inserted replaced
89:d5a0d66ee457 90:0b2b1865e864
1 # Add your own tasks in files placed in lib/tasks ending in .rake, 1 # Add your own tasks in files placed in lib/tasks ending in .rake,
2 # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. 2 # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3 3
4 require File.expand_path("../config/application", __FILE__) 4 require_relative "config/application"
5 5
6 Rails.application.load_tasks 6 Rails.application.load_tasks