heartcombo--simple_form/lib/simple_form/wrappers
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
..
builder.rb Use 1.9 hash style on code and docs. 2013-01-28 19:02:59 -02:00
many.rb Support additional attributes to custom wrapper tag. 2014-03-11 20:27:10 -03:00
root.rb No need to call Array.wrap 2012-12-13 14:03:17 -03:00
single.rb Use ternary operator 2012-06-26 23:34:07 -03:00