Module: Cms::Behaviors::Taggable::ClassMethods
- Defined in:
- lib/cms/behaviors/taggable.rb
Instance Method Summary collapse
Instance Method Details
#tag_cloud ⇒ Object
29 30 31 |
# File 'lib/cms/behaviors/taggable.rb', line 29 def tag_cloud Cms::Tagging.cloud(base_class.name) end |
#tag_separator ⇒ Object
32 33 34 |
# File 'lib/cms/behaviors/taggable.rb', line 32 def tag_separator @tag_separator end |