2011-06-24 23:48:08 +02:00
|
|
|
# Load the rails application
|
|
|
|
require File.expand_path('../application', __FILE__)
|
2009-01-07 20:27:12 +01:00
|
|
|
|
2011-06-24 23:48:08 +02:00
|
|
|
# Initialize the rails application
|
2011-06-25 18:19:07 +02:00
|
|
|
Mailr::Application.initialize!
|