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