Class: Junebug::Controllers::Feed
- Inherits:
-
R
- Object
- R
- Junebug::Controllers::Feed
- Defined in:
- lib/junebug/controllers.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
127 128 129 130 |
# File 'lib/junebug/controllers.rb', line 127 def get @headers['Content-Type'] = 'application/xml' return Junebug::Views.feed end |