Module: ImgGravatar::Base
- Defined in:
- lib/img_gravatar.rb
Overview
Methods injected in all ActionView classes.
Class Method Summary collapse
-
.included(mod) ⇒ Object
:nodoc:.
Class Method Details
.included(mod) ⇒ Object
:nodoc:
106 107 108 |
# File 'lib/img_gravatar.rb', line 106 def self.included(mod) #:nodoc: mod.extend(ClassMethods) end |