method

as_json

rails latest stable - Class: ActiveSupport::SafeBuffer

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

as_json(*)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 143
    def as_json(*)
      to_str
    end