heartcombo--simple_form/test/support
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
..
discovery_inputs.rb Document that you can override `input_html_classes` in custom inputs. 2012-04-21 23:21:36 -03:00
misc_helpers.rb Support additional attributes to custom wrapper tag. 2014-03-11 20:27:10 -03:00
mock_controller.rb Update the MockController code to work with Rails 4 2012-12-13 15:16:12 -03:00
models.rb Cleanup user building a little bit 2013-06-24 15:46:14 -03:00