Class: Billingly::RedemptionsController
- Inherits:
-
RedemptionsControllerBase
- Object
- ApplicationController
- RedemptionsControllerBase
- Billingly::RedemptionsController
- Defined in:
- app/controllers/billingly/redemptions_controller.rb
Overview
People who have a SpecialPlanCode can redeem it through the RedemptionsController
Instance Method Summary collapse
Methods inherited from RedemptionsControllerBase
Instance Method Details
#on_redemption_by_non_customer ⇒ Object
4 5 6 |
# File 'app/controllers/billingly/redemptions_controller.rb', line 4 def on_redemption_by_non_customer redirect_to subscriptions_path end |