Create (i.e., \save to the
remote service) the \new
resource.
# File activeresource/lib/active_resource/base.rb, line 992
def create
returning connection.post(collection_path, encode, self.class.headers) do |response|
self.id = id_from_response(response)
load_attributes_from_response(response)
end
end