2015-09-25 14:37:55 +00:00
|
|
|
# Load the Rails application.
|
2018-04-12 14:57:37 +00:00
|
|
|
require File.expand_path('application', __dir__)
|
2012-04-10 13:31:21 +00:00
|
|
|
|
2015-09-25 14:37:55 +00:00
|
|
|
# Initialize the Rails application.
|
|
|
|
Rails.application.initialize!
|