This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-07-08 14:51:05 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class InitialStatePresenter < ActiveModelSerializers::Model
|
2017-07-13 22:15:32 +02:00
|
|
|
attributes :settings, :push_subscription, :token, :current_account, :admin
|
2017-07-08 14:51:05 +02:00
|
|
|
end
|