Sha256: a17a875921cea40573556e01608b1a2885e326f990a6604772a41488665686f3

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

Stored size: 280 Bytes

Contents

# Methods added to this helper will be available to all templates in the application.
module ApplicationHelper
  
  # 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

1 entries across 1 versions & 1 rubygems

Version Path
spree-0.0.9 app/helpers/application_helper.rb