Sha256: e29b8949f6dc30c238f2e08add0f3a83fd71729312409c2e1176d24c733b1f2d
Contents?: true
Size: 273 Bytes
Versions: 38
Compression:
Stored size: 273 Bytes
Contents
# Methods added to this helper will be available to all templates in the application. module StoreHelpers # helper to determine if its appropriate to show the store menu def store_menu? return true unless %w{thank_you}.include? @current_action false end end
Version data entries
38 entries across 38 versions & 6 rubygems