diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2015-02-25 18:39:14 -0800 | 
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2015-02-25 18:39:14 -0800 | 
| commit | f031bdc3e5214c699123830d8cc9f9309b792a68 (patch) | |
| tree | 03b92c94187d8866f63682a108d20c98dd913be9 /Rakefile | |
rails new
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..ba6b733 --- /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__) + +Rails.application.load_tasks | 
