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

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