Consolidation of work on slicefiying application with original app
[merb_mart.git] / app / controllers / products.rb
blob4ca1c45e78f619c4fab523d9de4ce3a5e2cbb41a
1 class MerbMart::Products < MerbMart::Application
3   def index
4     @products = Product.all
6     display @products
7   end
8 end