method

as_json

v2.3.8 - Show latest stable - Class: Symbol
as_json(options = nil)
public

No documentation available.

# File activesupport/lib/active_support/json/encoders/symbol.rb, line 2
  def as_json(options = nil) #:nodoc:
    to_s
  end