6 lines
149 B
Ruby
Executable file
6 lines
149 B
Ruby
Executable file
# Load the rails application
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
# Initialize the rails application
|
|
Mailr::Application.initialize!
|