mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
9 lines
287 B
Ruby
9 lines
287 B
Ruby
# 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 'resque/tasks'
|
|
require File.expand_path('../config/application', __FILE__)
|
|
require 'rake'
|
|
|
|
Snpr::Application.load_tasks
|