Class: Stall::WishListsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Stall::WishListsController
- Defined in:
- app/controllers/stall/wish_lists_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
3 4 5 |
# File 'app/controllers/stall/wish_lists_controller.rb', line 3 def show @wish_list = current_customer.wish_lists.find_by_token(params[:id]) end |