bisscomm/refinerycms-products

View on GitHub
lib/generators/refinery/products/templates/config/initializers/refinery/products.rb.erb

Summary

Maintainability
Test Coverage
Refinery::Products.configure do |config|
  # config.products_per_page = <%= Refinery::Products.products_per_page.inspect %>

  # Configure the URLs to use for the product functionality.
  # config.shop_path = <%= Refinery::Products.shop_path.inspect %>
  # config.products_path = <%= Refinery::Products.products_path.inspect %>
  # config.products_categories_path = <%= Refinery::Products.products_categories_path.inspect %>
end