Module: Ohm::Sorted
- Defined in:
- lib/ohm/sorted.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(model) ⇒ Object
143 144 145 |
# File 'lib/ohm/sorted.rb', line 143 def self.included(model) model.extend(ClassMethods) end |