heartcombo--simple_form/test
Ulisses Herrera Freire de Almeida 862fab5681 Support additional attributes to custom wrapper tag.
We are using the html option on wrapper because the wrapper has some
options that are not related to html attributes.

Now you can for example:

```ruby
config.wrappers do |b|
  b.wrapper :tag => :td, :class => :some_class, :html => { :additional_html_attribute => :value }
end
```

Thanks @remofritzsche @rafaelfranca @bellthoven
2014-03-11 20:27:10 -03:00
..
action_view_extensions Cleanup user building a little bit 2013-06-24 15:46:14 -03:00
components Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
form_builder Support additional attributes to custom wrapper tag. 2014-03-11 20:27:10 -03:00
generators fixed bug 2012-11-03 20:15:44 -06:00
inputs Merge branch 'kb-ek-change-wraper-collection' 2014-01-06 16:20:16 -02:00
support Support additional attributes to custom wrapper tag. 2014-03-11 20:27:10 -03:00
simple_form_test.rb Tests pass. 2010-01-09 18:12:52 +01:00
test_helper.rb Configure the url helpers correctly 2014-03-10 15:18:49 -03:00