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
Last active
July 15, 2017 17:56
-
-
Save florisvlasveld/8f4f47968d838a232b66c989266b64c9 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment