diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-03-27 13:33:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-03-27 13:33:34 -0400 |
| commit | f090feb8d4cacce9a1e8ffcda6cb542917c7e1e1 (patch) | |
| tree | 0b4e9df9a05d7adac4abe162d9692b6047d685b1 /Rakefile | |
railzZz
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 0000000..f741b96 --- /dev/null +++ b/Rakefile @@ -0,0 +1,7 @@ +#!/usr/bin/env rake +# 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__) + +Fingerprint::Application.load_tasks |
