Module: ShadyDB::Finders
- Included in:
- Document
- Defined in:
- lib/shadydb/finders.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 8 9 |
# File 'lib/shadydb/finders.rb', line 5 def self.included(base) base.class_eval do extend ClassMethods end end |