Module: TitleHelper

Defined in:
lib/helperful/deprecations.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



20
21
22
23
24
# File 'lib/helperful/deprecations.rb', line 20

def self.included(base)
  ActiveSupport::Deprecation.warn("TitleHelper is deprecated and will be removed in a future version. " +
                                  "Please include Helperful::TitleHelper instead.", caller)
  base.send :include, Helperful::TitleHelper
end