Created
June 3, 2016 14:19
-
-
Save Frank004/e922d49efa02a7b27e9a18ce7f53df47 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
| json.array!(@task_trans) do |task_tran| | |
| json.extract! task_tran, :name, :id, :description | |
| json.start task_tran.start_date | |
| json.end task_tran.end_date | |
| json.url task_tran_url(task_tran, format: :html) | |
| end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment