Skip to content

Instantly share code, notes, and snippets.

@jphenow
Last active December 19, 2015 18:39
Show Gist options
  • Save jphenow/6000518 to your computer and use it in GitHub Desktop.
Save jphenow/6000518 to your computer and use it in GitHub Desktop.
class Persona < Foundation::ServiceResource::Base
route "/users/:user_id/personas", :by_user
end
id = 1
Persona.by_user id
Persona.by_user user_id: id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment