Module: Basecamp3::Concerns::Recordingable
- Included in:
- Basecamp3::Comment, Document, Forward, Message, ScheduleEntry, Todo, TodoList
- Defined in:
- lib/basecamp3/concerns/recordingable.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 |
# File 'lib/basecamp3/concerns/recordingable.rb', line 5 def self.included(base) base.extend(ClassMethods) end |