Module: Spree::WishlistHelper
- Included in:
- StoreController
- Defined in:
- app/helpers/spree/wishlist_helper.rb
Instance Method Summary collapse
Instance Method Details
#current_wishlist ⇒ Object
3 4 5 |
# File 'app/helpers/spree/wishlist_helper.rb', line 3 def current_wishlist @current_wishlist ||= try_spree_current_user&.default_wishlist_for_store(current_store) end |