mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6462 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Don't change this file!
|
||||
# Configure your app in config/environment.rb and config/environments/*.rb
|
||||
|
||||
if RUBY_VERSION >= '1.9'
|
||||
require 'yaml'
|
||||
YAML::ENGINE.yamler = 'syck'
|
||||
end
|
||||
|
||||
RAILS_ROOT = "#{File.dirname(__FILE__)}/.." unless defined?(RAILS_ROOT)
|
||||
|
||||
module Rails
|
||||
|
||||
Reference in New Issue
Block a user