9973d078727c334fc06a948e5bfe6c7a86ff0a56
[depot.git] / app / controllers / store_controller.rb
1 class StoreController < ApplicationController
2 def index
3 @products = Product.find_products_for_sale
4 end
5
6 end