instance method
mark_unsafe!
Ruby on Rails 8.1.3.1
Since v8.1.3.1Available in: v8.1.3.1 edge
Signature
mark_unsafe!()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 202
def mark_unsafe!
@html_unsafe = true
end
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 202
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SafeBuffer