Sha256: 7d0efa53c220c19813f5938cff0fe68b94e743b481dd20ce8e48bc5eab6c6e10
Contents?: true
Size: 270 Bytes
Versions: 28
Compression:
Stored size: 270 Bytes
Contents
# Methods added to this helper will be available to all templates in the frontend. module Spree module StoreHelper # helper to determine if its appropriate to show the store menu def store_menu? %w{thank_you}.exclude? params[:action] end end end
Version data entries
28 entries across 28 versions & 1 rubygems