b0e3d611f5
• Removed: - unused code from initial_state and ReactController
7 lines
184 B
Ruby
7 lines
184 B
Ruby
# frozen_string_literal: true
|
|
|
|
class InitialStatePresenter < ActiveModelSerializers::Model
|
|
attributes :settings, :push_subscription, :token,
|
|
:current_account, :text
|
|
end
|