Module: Cms::Behaviors::Taggable::ClassMethods

Defined in:
lib/cms/behaviors/taggable.rb

Instance Method Summary collapse

Instance Method Details

#tag_cloudObject



29
30
31
# File 'lib/cms/behaviors/taggable.rb', line 29

def tag_cloud
  Cms::Tagging.cloud(base_class.name)
end

#tag_separatorObject



32
33
34
# File 'lib/cms/behaviors/taggable.rb', line 32

def tag_separator
  @tag_separator
end