Class: Billingly::RedemptionsController

Inherits:
RedemptionsControllerBase show all
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

#create, #new, #on_redemption

Instance Method Details

#on_redemption_by_non_customerObject



4
5
6
# File 'app/controllers/billingly/redemptions_controller.rb', line 4

def on_redemption_by_non_customer
  redirect_to subscriptions_path
end