Module Cms::Behaviors::Taggable::ClassMethods
In: lib/cms/behaviors/taggable.rb

Methods

Public Instance methods

[Source]

    # File lib/cms/behaviors/taggable.rb, line 27
27:         def tag_cloud
28:           Tagging.cloud(base_class.name)
29:         end

[Source]

    # File lib/cms/behaviors/taggable.rb, line 30
30:         def tag_separator
31:           @tag_separator
32:         end

[Validate]