Skip to content

Instantly share code, notes, and snippets.

@florisvlasveld
Last active July 15, 2017 17:56
Show Gist options
  • Select an option

  • Save florisvlasveld/8f4f47968d838a232b66c989266b64c9 to your computer and use it in GitHub Desktop.

Select an option

Save florisvlasveld/8f4f47968d838a232b66c989266b64c9 to your computer and use it in GitHub Desktop.
class User < ObjectJSONMapper::Base
  delegate :name, to: :local
end

User.find(1).name
# GET http://localhost:3000/users/1
# SELECT * FROM users WHERE id = 1 LIMIT 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment