Sha256: 2cddadfc9c656d3a44a50d2808549e75ad74284a254e836db6de1ba9f64a5738

Contents?: true

Size: 310 Bytes

Versions: 2

Compression:

Stored size: 310 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
infopark_rails_connector-6.9.1.3.22208381 lib/rails_connector/syndicateable.rb
infopark_rails_connector-6.9.0.3.197272233 lib/rails_connector/syndicateable.rb