1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-12 04:43:28 +09:00
YuruToot/app/presenters/initial_state_presenter.rb

6 lines
152 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class InitialStatePresenter < ActiveModelSerializers::Model
attributes :settings, :token, :current_account, :admin
end