Module: PingHelper

Defined in:
app/helpers/ping_helper.rb

Class Method Summary collapse

Class Method Details

.append_features(controller) ⇒ Object

:nodoc:



2
3
4
# File 'app/helpers/ping_helper.rb', line 2

def self.append_features(controller) #:nodoc:
  controller.ancestors.include?(ActionController::Base) ? controller.add_template_helper(self) : super
end