Methods
Public Class methods
[ show source ]
# File lib/raw/dispatcher/format/rss.rb, line 9
9: def initialize
10: @name = "rss"
11: @content_type = "text/xml"
12: @extension = "xml"
13: @template_extension = "xmlx"
14: end
Public Instance methods
[ show source ]
# File lib/raw/dispatcher/format/rss.rb, line 16
16: def after_action(controller)
17: ??
18: end