diff options
| author | mo kareem <email@mokhan.ca> | 2011-04-17 00:39:00 -0600 |
|---|---|---|
| committer | mo kareem <email@mokhan.ca> | 2011-04-17 00:39:00 -0600 |
| commit | bfd787ddf0a8e20e2e3f3f18c4538aa9e32971d1 (patch) | |
| tree | 099f94441ef0903dd3f2edca75be9500c284e473 /Rakefile | |
initial checkin.
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile new file mode 100644 index 00000000..e03ef1d5 --- /dev/null +++ b/Rakefile @@ -0,0 +1,7 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require File.expand_path('../config/application', __FILE__) +require 'rake' + +Cake::Application.load_tasks |
