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