Sha256: c79db133faccf538b78f7cdf712fd42d6312ef75f4870e019fac5225c6895d7e
Contents?: true
Size: 276 Bytes
Versions: 10
Compression:
Stored size: 276 Bytes
Contents
module TaoUi module Components module Table class HeadBuilder < BaseBuilder def cell content_or_options = nil, cell_options = nil, &block view.content_tag 'th', content_or_options, cell_options, &block end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems