Method: Fetch::Callbacks.included
- Defined in:
- lib/fetch/callbacks.rb
.included(base) ⇒ Object
3 4 5 |
# File 'lib/fetch/callbacks.rb', line 3 def self.included(base) base.extend ClassMethods end |
3 4 5 |
# File 'lib/fetch/callbacks.rb', line 3 def self.included(base) base.extend ClassMethods end |