Module: Forge::CanHaveComments
- Defined in:
- lib/forge/lib/forge/can_have_comments.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(mod) ⇒ Object
3 4 5 |
# File 'lib/forge/lib/forge/can_have_comments.rb', line 3 def self.included(mod) mod.extend(ClassMethods) end |