Sha256: 4f6256093a7b900b570c00dc9a36999ca7217f00ffb4145cbaed576dacf68b21
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
class FormWithTextarea < Garterbelt::View def content partial FormView, :class => 'texty', :action => '/go/textarea' do textarea :name => 'my_text_area' do text 'foo' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
garterbelt-0.1.1 | spec/integration/templates/form_with_textarea.rb |