Module: CatchNotes::FinderMethods
- Included in:
- Base
- Defined in:
- lib/catch_notes/module/finder_methods.rb
Overview
Methods for finding resources
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(klass) ⇒ Object
:nodoc:.
Class Method Details
.included(klass) ⇒ Object
:nodoc:
108 109 110 |
# File 'lib/catch_notes/module/finder_methods.rb', line 108 def self.included(klass) #:nodoc: klass.extend ClassMethods end |