Gab-Social/app/presenters/initial_state_presenter.rb

7 lines
184 B
Ruby
Raw Normal View History

2019-07-02 07:10:25 +00:00
# frozen_string_literal: true
class InitialStatePresenter < ActiveModelSerializers::Model
attributes :settings, :push_subscription, :token,
:current_account, :text
2019-07-02 07:10:25 +00:00
end