Madloba
http://madloba.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
422 B
9 lines
422 B
# Load the Rails application. |
|
require File.expand_path('../application', __FILE__) |
|
|
|
# Load the app's custom environment variables here, so that they are loaded before environments/*.rb |
|
app_environment_variables = File.join(Rails.root, 'config', 'app_environment_variables.rb') |
|
load(app_environment_variables) if File.exists?(app_environment_variables) |
|
|
|
# Initialize the Rails application. |
|
Madloba::Application.initialize!
|
|
|