Class: DatashiftJourney::AbandonmentsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- DatashiftJourney::AbandonmentsController
- Includes:
- HighVoltage::StaticPage
- Defined in:
- app/controllers/datashift_journey/abandonments_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#show ⇒ Object
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).
Instance Method Details
#show ⇒ Object
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 |