From 2a99b129dc08f768b7253dd375dcec5c741bfd20 Mon Sep 17 00:00:00 2001 From: maxwell Date: Wed, 18 Aug 2010 20:10:12 -0700 Subject: [PATCH] Some small rails 3rc things --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1db0cb5f2..0655d29d1 100644 --- a/Rakefile +++ b/Rakefile @@ -4,4 +4,4 @@ require File.expand_path('../config/application', __FILE__) require 'rake' ENV['GNUPGHOME'] = File.expand_path("../../gpg/diaspora-#{Rails.env}/", __FILE__) -Rails::Application.load_tasks +Diaspora::Application.load_tasks