method

to_json

rails latest stable - Class: FalseClass

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.2.1) is shown here.

to_json(options = nil)
public

No documentation available.

# File activesupport/lib/active_support/json/encoders/false_class.rb, line 2
  def to_json(options = nil) #:nodoc:
    'false'
  end