module RailsConnector # This module is included if the :rss addon is # enabled: # RailsConnector::Configuration.enable(:rss) # @api public module Syndicateable # Overwrite this method in your {Obj} in order to display another field in your feed. # @api public def rss_description body end end end