diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2011-07-13 13:41:59 +0200 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2011-07-13 17:39:29 +0200 |
commit | 6efba915f69c00063b290f1620c9a12e6f4428f7 (patch) | |
tree | 553baf2f641ad333d2879b3b472c7ada3183917f /site/Rakefile | |
parent | Show hint on timelimits format (on AgendaItem edit page) (diff) | |
download | council-webapp-6efba915f69c00063b290f1620c9a12e6f4428f7.tar.gz council-webapp-6efba915f69c00063b290f1620c9a12e6f4428f7.tar.bz2 council-webapp-6efba915f69c00063b290f1620c9a12e6f4428f7.zip |
Fix code that produced warnings when running rake tasks
Diffstat (limited to 'site/Rakefile')
-rw-r--r-- | site/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/Rakefile b/site/Rakefile index 25101e4..e22d6a7 100644 --- a/site/Rakefile +++ b/site/Rakefile @@ -4,4 +4,5 @@ require File.expand_path('../config/application', __FILE__) require 'rake' +include Rake::DSL Council::Application.load_tasks |