lib/formtastic/inputs/base/hints.rb in formtastic-2.3.1 vs lib/formtastic/inputs/base/hints.rb in formtastic-3.0.0.rc

- old
+ new

@@ -6,10 +6,10 @@ def hint_html if hint? template.content_tag( :p, Formtastic::Util.html_safe(hint_text), - :class => (options[:hint_class] || builder.default_hint_class) + :class => builder.default_hint_class ) end end def hint?