adopt-a-hydrant/Rakefile

8 lines
276 B
Ruby
Raw Normal View History

2012-06-18 17:49:28 +00:00
#!/usr/bin/env rake
2011-02-14 18:28:51 +00:00
# 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__)
AdoptAThing::Application.load_tasks