Module: Stall::WishListHelper
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/stall/wish_list_helper.rb
Instance Method Summary collapse
Instance Method Details
#current_wish_list ⇒ Object
15 16 17 |
# File 'lib/stall/wish_list_helper.rb', line 15 def current_wish_list RequestStore.store[wish_list_key] ||= load_current_wish_list end |