[Source]
# File lib/cms/behaviors/taggable.rb, line 27 27: def tag_cloud 28: Tagging.cloud(base_class.name) 29: end
# File lib/cms/behaviors/taggable.rb, line 30 30: def tag_separator 31: @tag_separator 32: end
[Validate]