summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-18 09:48:34 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-18 09:48:34 -0500
commit44a1ce4938b8cd326b9a0d0b1e537ec9a80cd6ce (patch)
tree52e657199c6b4ab8de93f7f62265ed57e171f7d7 /Rakefile
parent706757072e6dffbad7feaf20bf64d367b228797d (diff)
Run `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..1cc6f75
--- /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__)
+
+Leaguer::Application.load_tasks