Class: Junebug::Controllers::Feed

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

Instance Method Summary collapse

Instance Method Details

#getObject



127
128
129
130
# File 'lib/junebug/controllers.rb', line 127

def get
  @headers['Content-Type'] = 'application/xml'
  return Junebug::Views.feed
end