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

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