Skip to content

Instantly share code, notes, and snippets.

@stabenfeldt
Last active August 29, 2015 14:06
Show Gist options
  • Save stabenfeldt/63c57bde7c0d8e94025c to your computer and use it in GitHub Desktop.
Save stabenfeldt/63c57bde7c0d8e94025c to your computer and use it in GitHub Desktop.
module V1
module Entities
class Users < Grape::Entity
expose :id, :first_name, :last_name
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment