repo.or.cz
/
merb_radiant.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Moved README to README.markdown
[merb_radiant.git]
/
app
/
controllers
/
admin
/
export.rb
blob
5602eca3f6919f0408fc2f81034fd8908fc896c0
1
module Admin
2
class Export < Application
3
def yaml
4
render :text => Radiant::Exporter.export, :content_type => "text/yaml"
5
end
6
end
7
end