Fix Raketask so it uses the right way to load in tasks

This commit is contained in:
Jacques Crocker 2010-07-29 17:13:44 -07:00
parent 071196e97b
commit 6605689c4f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
Rails::Application.load_tasks
Locomotive::Application.load_tasks
begin
require "jeweler"