Class: DatashiftJourney::AbandonmentsController

Inherits:
ApplicationController show all
Includes:
HighVoltage::StaticPage
Defined in:
app/controllers/datashift_journey/abandonments_controller.rb

Direct Known Subclasses

AbandonEnrollmentsController

Instance Method Summary collapse

Instance Method Details

#showObject

idea is that here was can log/update DB with any useful info on where/why user has abandoned, before we fwd them onto a relevant static helper page (N.B served up from views/pages)



11
12
13
14
# File 'app/controllers/datashift_journey/abandonments_controller.rb', line 11

def show
  logger.info('User has abandoned')
  super
end