Class: Cheat::Controllers::Feed
- Inherits:
-
R
- Object
- R
- Cheat::Controllers::Feed
- Defined in:
- lib/cheat/site.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
99 100 101 102 |
# File 'lib/cheat/site.rb', line 99 def get @headers['Content-Type'] = 'application/xml' return Cheat::Views.feed end |