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
200 201 202 203 204 205 |
# File 'lib/junebug/controllers.rb', line 200 def get @headers['Content-Type'] = 'application/xml' @skip_layout = true render :feed #return Junebug::Views.feed end |