Just dumping this here in case someone runs into the same mess…
if ActiveSupport::VERSION::MAJOR == 3
ActiveSupport::SafeBuffer.class_eval do
def to_yaml(*args)
to_str.to_yaml(*args)
end
end
end
Just dumping this here in case someone runs into the same mess…
if ActiveSupport::VERSION::MAJOR == 3
ActiveSupport::SafeBuffer.class_eval do
def to_yaml(*args)
to_str.to_yaml(*args)
end
end
end