blob: 10b1d90557284e824846898b6908ec01b3d90e0b [file] [log] [blame]
# force Rails into production mode when
# you don't control web/app server and can't set it the proper way
# TODO ENV['RAILS_ENV'] ||= 'production'
# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
EPFWikiRails3::Application.initialize!