summaryrefslogtreecommitdiff
path: root/app/views/api/v2/tutorials/_tutorial.json.jbuilder
blob: cc11f4b2f8e244c33a3611c27081cc0e3be40834 (plain)
1
2
3
4
5
6
7
8
json.cache! ['v2', tutorial] do
  json.id tutorial.id
  json.heading tutorial.heading
  json.description tutorial.description
  json.url tutorial.url
  json.imageUrl tutorial.image_url
  json.submitter tutorial.user.id
end