Skip to content

Instantly share code, notes, and snippets.

@stabenfeldt
Created September 12, 2014 13:18
Show Gist options
  • Select an option

  • Save stabenfeldt/186e846ab7cedbaa7f08 to your computer and use it in GitHub Desktop.

Select an option

Save stabenfeldt/186e846ab7cedbaa7f08 to your computer and use it in GitHub Desktop.
module V1
module Entities
class Tasks < Grape::Entity
expose :id, :description, :project_id, :project_url
end
def project_url
'http://db.no'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment