class ActionController::Responder

def resource_location


returning the resources array.
Returns the resource location by retrieving it from the options or
def resource_location
  options[:location] || resources
end