Module: Delorean::Model
- Defined in:
- lib/delorean/model.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 |
# File 'lib/delorean/model.rb', line 8 def self.included(base) base.send :extend, ::Delorean::Functions end |