mirror of https://github.com/tootsuite/mastodon
6 lines
139 B
Ruby
6 lines
139 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class REST::AnnualReportSerializer < ActiveModel::Serializer
|
||
|
attributes :year, :data, :schema_version
|
||
|
end
|