class ContentDriven::TagCloud

Attributes

tags[RW]

Public Class Methods

new() click to toggle source
Calls superclass method ContentDriven::Page::new
# File lib/content_driven/tag_cloud.rb, line 4
def initialize
  tags = {}
  super
end