Module: Spree::Core::StoreHelpers
- Defined in:
- lib/spree/core/store_helpers.rb
Instance Method Summary collapse
-
#store_menu? ⇒ Boolean
helper to determine if its appropriate to show the store menu.
Instance Method Details
#store_menu? ⇒ Boolean
helper to determine if its appropriate to show the store menu
7 8 9 10 |
# File 'lib/spree/core/store_helpers.rb', line 7 def return true unless %w{thank_you}.include? @current_action false end |