Skip to content

Instantly share code, notes, and snippets.

@stabenfeldt
Last active August 29, 2015 14:06
Show Gist options
  • Save stabenfeldt/6393fbfb74784aa570e1 to your computer and use it in GitHub Desktop.
Save stabenfeldt/6393fbfb74784aa570e1 to your computer and use it in GitHub Desktop.
module V1
module Entities
class Tasks < Grape::Entity
#expose :id, :description, :project_id
#expose :project_url
expose :attr_not_on_wrapped_object
end
def attr_not_on_wrapped_object
42
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment