Module: RssHelper
- Defined in:
- app/helpers/rss_helper.rb
Class Method Summary collapse
Class Method Details
.append_features(controller) ⇒ Object
:nodoc:
2 3 4 |
# File 'app/helpers/rss_helper.rb', line 2 def self.append_features(controller) #:nodoc: controller.ancestors.include?(ActionController::Base) ? controller.add_template_helper(self) : super end |