Module: ImgGravatar::ClassMethods
- Defined in:
- lib/img_gravatar.rb
Overview
Methods injected in all ActionView classes.
Class Method Summary collapse
-
.extended(mod) ⇒ Object
:nodoc:.
Class Method Details
.extended(mod) ⇒ Object
:nodoc:
113 114 115 116 117 |
# File 'lib/img_gravatar.rb', line 113 def self.extended(mod) #:nodoc# class_eval do include Gravatar::InstanceMethods end end |