Class: Cheat::Controllers::Feed

Inherits:
R
  • Object
show all
Defined in:
lib/cheat/site.rb

Instance Method Summary collapse

Instance Method Details

#getObject



99
100
101
102
# File 'lib/cheat/site.rb', line 99

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