Class: Postnhost::Onboarding::Steps::CompletePostInstallChecklist
- Inherits:
-
Base
- Object
- BaseService
- Base
- Postnhost::Onboarding::Steps::CompletePostInstallChecklist
- Defined in:
- app/services/postnhost/onboarding/steps/complete_post_install_checklist.rb
Constant Summary
Constants inherited from Base
Base::LANGUAGE_OPTIONS, Base::SITE_COPY_KEYS
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from BaseService
Constructor Details
This class inherits a constructor from Postnhost::Onboarding::Steps::Base
Instance Method Details
#call ⇒ Object
5 6 7 8 |
# File 'app/services/postnhost/onboarding/steps/complete_post_install_checklist.rb', line 5 def call session.delete(:onboarding_post_install_checklist) success(status: :redirect_articles) end |