Sha256: 41abc9274e165d9723828a4c1926fc4abb1b0563cd70fed804321f5f00cb9c9a

Contents?: true

Size: 227 Bytes

Versions: 33

Compression:

Stored size: 227 Bytes

Contents

module CabooseStore
  module ProductsHelper
    def active_products
      CabooseStore::Product.active
    end
    
    def caboose_sort_options
      render :partial => '/caboose_store/products/sort_options'
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
caboose-store-0.0.43 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.42 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.41 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.40 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.39 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.38 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.37 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.36 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.35 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.34 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.33 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.32 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.31 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.30 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.29 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.28 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.27 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.26 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.25 app/helpers/caboose_store/products_helper.rb
caboose-store-0.0.24 app/helpers/caboose_store/products_helper.rb