summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-20 18:06:41 -0700
committermo khan <mo@mokhan.ca>2014-02-20 18:06:41 -0700
commit1bff8ede68b131f183c96eafacb99df6c9ee514a (patch)
tree1c6be6f9075ef519bb24b84003544a5b31fe41b4 /Rakefile
parent734c8c53aa1821a199a76350fd7cbe3449c1193d (diff)
rails new .
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..2ef3c94
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,6 @@
+# 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__)
+
+CodeChallengeMo::Application.load_tasks