require rakefile again
This commit is contained in:
parent
3910dd6eac
commit
8565a6547c
@ -1,11 +1,11 @@
|
|||||||
require 'chronic'
|
require 'chronic'
|
||||||
|
|
||||||
# # Hoping to load Rails' Rakefile
|
# Hoping to load Rails' Rakefile
|
||||||
# begin
|
begin
|
||||||
# load 'Rakefile'
|
load 'Rakefile'
|
||||||
# rescue LoadError
|
rescue LoadError
|
||||||
# nil
|
nil
|
||||||
# end
|
end
|
||||||
|
|
||||||
# If Rails' rakefile was loaded than so was active_support, but
|
# If Rails' rakefile was loaded than so was active_support, but
|
||||||
# if this is being used in a non-rails enviroment we need to require it.
|
# if this is being used in a non-rails enviroment we need to require it.
|
||||||
|
Loading…
Reference in New Issue
Block a user