2009-01-07 20:27:12 +01:00
|
|
|
# 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.
|
2009-01-07 20:27:12 +01:00
|
|
|
|
2011-06-24 23:48:08 +02:00
|
|
|
require File.expand_path('../config/application', __FILE__)
|
2009-01-07 20:27:12 +01:00
|
|
|
require 'rake'
|
|
|
|
|
2011-06-25 18:19:07 +02:00
|
|
|
Mailr::Application.load_tasks
|