Class: AffiliatesController
- Inherits:
-
Spree::BaseController
- Object
- Spree::BaseController
- AffiliatesController
- Defined in:
- app/controllers/affiliates_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
2 3 4 5 |
# File 'app/controllers/affiliates_controller.rb', line 2 def show flash[:notice] = request.flash[:notice] redirect_to account_url end |