Module: Sluggable
- Defined in:
- lib/sluggable.rb,
lib/sluggable/version.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods, Version
Class Method Summary collapse
-
.included(other) ⇒ Object
:nodoc:.
Class Method Details
.included(other) ⇒ Object
:nodoc:
54 55 56 57 |
# File 'lib/sluggable.rb', line 54 def self.included(other) # :nodoc: other.send(:extend, Sluggable::ClassMethods) other.send(:include, Sluggable::InstanceMethods) end |