Module: RedboothRuby::Operations::Index
- Included in:
- Comment, Conversation, File, Membership, Note, RedboothRuby::Organization, Person, Project, Subtask, Task, TaskList, User
- Defined in:
- lib/redbooth-ruby/operations/index.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
| 32 33 34 | # File 'lib/redbooth-ruby/operations/index.rb', line 32 def self.included(base) base.extend(ClassMethods) end |