class method
self.use_yaml_unsafe_load
Ruby on Rails 8.1.2
Since v7.2.3Application configurable boolean that instructs the YAML Coder to use an unsafe load if set to true.
Source
# File activerecord/lib/active_record.rb, line 454
singleton_class.attr_accessor :use_yaml_unsafe_load
Defined in activerecord/lib/active_record.rb line 454
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord