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
Converted view ERB syntax to Haml
[merb_mart.git]
/
app
/
controllers
/
store.rb
blob
b9204549587a081c546fc386d501fd97dec8bf0c
1
class Store < Application
2
3
def index
4
render
5
end
6
7
end