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
Create note on discontinued development
[merb_mart.git]
/
app
/
controllers
/
admin
/
preferences.rb
blob
e99b2bd2797fa85cace0334f636e314c4639a479
1
module Admin
2
class Preferences < Application
3
4
def index
5
render
6
end
7
8
end
9
end # Admin