mailr/Rakefile

8 lines
266 B
Ruby
Raw Normal View History

# Add your own tasks in files placed in lib/tasks ending in .rake,
2011-06-24 23:48:08 +02:00
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
2011-06-24 23:48:08 +02:00
require File.expand_path('../config/application', __FILE__)
require 'rake'
2011-06-24 23:48:08 +02:00
Rails3::Application.load_tasks