class method
self.escape_html_entities_in_json
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
self.escape_html_entities_in_json()
No documentation comment.
Source
# File activesupport/lib/active_support/json.rb, line 6
def escape_html_entities_in_json
@escape_html_entities_in_json
end
Defined in activesupport/lib/active_support/json.rb line 6
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport