Created
September 12, 2014 13:18
-
-
Save stabenfeldt/186e846ab7cedbaa7f08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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