Class: Junebug::Controllers::Feed

Inherits:
R
  • Object
show all
Defined in:
lib/junebug/controllers.rb

Instance Method Summary collapse

Instance Method Details

#getObject



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