mirror of
https://github.com/funamitech/mastodon
synced 2025-01-02 16:03:14 +09:00
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
|