mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
load psych by default if possible
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
begin
|
||||
require 'psych'
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
require 'yaml'
|
||||
|
||||
YAML.add_builtin_type("omap") do |type, val|
|
||||
|
||||
Reference in New Issue
Block a user