method
encode_without_options
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::JSON
encode_without_options(value)public
No documentation available.
# File activesupport/lib/active_support/json/encoding.rb, line 235
def encode_without_options(value) # :nodoc:
@encoder_without_options.encode(value)
end