class method
self.use_yaml_unsafe_load
Ruby on Rails 7.2.3
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 468
singleton_class.attr_accessor :use_yaml_unsafe_load
Defined in activerecord/lib/active_record.rb line 468
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord