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
/
admin
/
orders.rb
blob
d3b35aeeb0a7244ef9ad9b6ed682075018ec3f85
1
module Admin
2
class Orders < Application
3
4
def index
5
render
6
end
7
8
end
9
end # Admin