about summary refs log tree commit diff
path: root/app/presenters/initial_state_presenter.rb
blob: 70c496be86ba7ebaca8d8694e1e4ebb7bcd7c57d (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

class InitialStatePresenter < ActiveModelSerializers::Model
  attributes :settings, :push_subscription, :token,
             :current_account, :admin, :text
end