Flowdock
method

format=

Importance_1
v3.0.9 - Show latest stable - 0 notes - Class: ActiveResource::Base
format=(mime_type_reference_or_format) public

Sets the format that attributes are sent and received in from a mime type reference:

Person.format = :json
Person.find(1) # => GET /people/1.json

Person.format = ActiveResource::Formats::XmlFormat
Person.find(1) # => GET /people/1.xml

Default format is :xml.

Show source
Register or log in to add new notes.