2013-08-08 12:10:46 +00:00
|
|
|
# Load the Rails application.
|
2011-11-21 21:36:42 +00:00
|
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
|
2013-08-08 12:10:46 +00:00
|
|
|
# Initialize the Rails application.
|
2014-08-30 17:38:47 +00:00
|
|
|
Rails.application.initialize!
|