From 6605689c4ffeae2ccdb951c1f087ea299da4469f Mon Sep 17 00:00:00 2001 From: Jacques Crocker Date: Thu, 29 Jul 2010 17:13:44 -0700 Subject: [PATCH] Fix Raketask so it uses the right way to load in tasks --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 54ee4bee..a8342879 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ require 'rake' require 'rake/testtask' require 'rake/rdoctask' -Rails::Application.load_tasks +Locomotive::Application.load_tasks begin require "jeweler"