class HtmlGrid::UlList

Public Instance Methods

compose(model = @model) click to toggle source
Calls superclass method HtmlGrid::TagComposite#compose
# File lib/htmlgrid/ullist.rb, line 9
def compose(model = @model)
  @model.each { |item|
    super(item)
  }
end