lib/trestle/form/fields/date_select.rb in trestle-0.10.0 vs lib/trestle/form/fields/date_select.rb in trestle-0.10.1

- old
+ new

@@ -9,10 +9,10 @@ @html_options = default_html_options.merge(html_options) end def field - content_tag(:div, class: "date-select") do + tag.div(class: "date-select") do builder.raw_date_select(name, options, html_options, &block) end end def default_html_options