Skip to content

Commit

Permalink
Fix for the bundler/psych cock up on 1.9.2p136
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Feb 9, 2011
1 parent 65b1b08 commit f85b826
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Expand Up @@ -2,6 +2,8 @@

require 'rails/all'

YAML::ENGINE.yamler = "syck" if YAML.const_defined?("ENGINE")

# If you have a Gemfile, require the gems listed there, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)
Expand Down

0 comments on commit f85b826

Please sign in to comment.