Module: Tagtical::Taggable::Collection
- Defined in:
- lib/tagtical/taggable/collection.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 7 |
# File 'lib/tagtical/taggable/collection.rb', line 3 def self.included(base) base.send :include, Tagtical::Taggable::Collection::InstanceMethods base.extend Tagtical::Taggable::Collection::ClassMethods base.initialize_tagtical_collection end |