You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/views/users/videos/_video.json.jbuilder

5 lines
183 B

json.extract! video, :id, :title, :cover_url, :file_url
json.published_at video.display_published_at
json.created_at video.display_created_at
json.updated_at video.display_updated_at