repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Consolidation of work on slicefiying application with original app
[merb_mart.git]
/
app
/
controllers
/
products.rb
blob
4ca1c45e78f619c4fab523d9de4ce3a5e2cbb41a
1
class MerbMart::Products < MerbMart::Application
2
3
def index
4
@products = Product.all
5
6
display @products
7
end
8
end