Skip to content
Snippets Groups Projects
Unverified Commit f9ee502a authored by Samuel Couillard's avatar Samuel Couillard Committed by GitHub
Browse files

Add recorded_at to recording serializer (#4929)

parent b6cd7b69
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
# frozen_string_literal: true
class RecordingSerializer < ApplicationSerializer
attributes :id, :record_id, :name, :length, :participants, :visibility, :protectable, :created_at
attributes :id, :record_id, :name, :length, :participants, :visibility, :protectable, :created_at, :recorded_at
has_many :formats
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment