orbit-basic/config/environment.rb

10 lines
242 B
Ruby
Raw Permalink Normal View History

2010-03-08 08:04:05 +00:00
# Load the rails application
require File.expand_path('../application', __FILE__)
2011-06-14 07:04:37 +00:00
require 'yaml'
YAML::ENGINE.yamler = 'syck'
2009-06-26 13:16:37 +00:00
2010-03-08 08:04:05 +00:00
# Initialize the rails application
Orbit::Application.initialize!
2013-04-24 11:21:11 +00:00
Me = Site.first
2013-05-14 02:29:11 +00:00
OrbitLogger = Logger::Syslog.new