Test for previous commit

This commit is contained in:
José Valim 2011-09-05 17:55:58 +03:00
parent 848a9786e9
commit 4367cfbd84
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module MiscHelpers
def custom_wrapper
SimpleForm.build :tag => :section, :class => "custom_wrapper" do |b|
b.use :another, :tag => :div, :class => "another_wrapper" do |ba|
b.use :another, :class => "another_wrapper" do |ba|
ba.use :label
ba.use :input
end