Sha256: 3009660fa71a81356910f6757b5a93109f8ae0b1c1f1124d7077bee85bdbc946
Contents?: true
Size: 312 Bytes
Versions: 67
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true module Spree # Methods added to this helper will be available to all templates in the # frontend. module StoreHelper # @return [Boolean] true when it is appropriate to show the store menu def store_menu? %w{thank_you}.exclude? params[:action] end end end
Version data entries
67 entries across 67 versions & 1 rubygems