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

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

Instance Method Summary collapse

Instance Method Details

#tag_cloudObject



27
28
29
# File 'lib/cms/behaviors/taggable.rb', line 27

def tag_cloud
  Tagging.cloud(base_class.name)
end

#tag_separatorObject



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

def tag_separator
  @tag_separator
end