2017-07-08 22:51:05 +10:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class InitialStatePresenter < ActiveModelSerializers::Model
|
2017-08-14 12:53:31 +10:00
|
|
|
attributes :settings, :push_subscription, :token,
|
|
|
|
:current_account, :admin, :text
|
2017-07-08 22:51:05 +10:00
|
|
|
end
|