Flowdock
method

encode

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActiveResource::Formats::JsonFormat
encode(hash, options = nil) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activeresource/lib/active_resource/formats/json_format.rb, line 16
      def encode(hash, options = nil)
        ActiveSupport::JSON.encode(hash, options)
      end
Register or log in to add new notes.