Class: Postnhost::Onboarding::Steps::CompletePostInstallChecklist

Inherits:
Base
  • Object
show all
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

#params, #session

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods inherited from BaseService

call

Constructor Details

This class inherits a constructor from Postnhost::Onboarding::Steps::Base

Instance Method Details

#callObject



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