method

as_json

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

No documentation available.

# File activesupport/lib/active_support/json/encoders/enumerable.rb, line 14
  def as_json(options = nil) #:nodoc:
    self
  end