lib/formtastic-bootstrap/inputs/base/hints.rb in formtastic-bootstrap-1.2.0 vs lib/formtastic-bootstrap/inputs/base/hints.rb in formtastic-bootstrap-2.0.0

- old
+ new

@@ -3,10 +3,10 @@ module Base module Hints include Formtastic::Inputs::Base::Hints - def hint_html(inline_or_block = :inline) + def hint_html(inline_or_block = :block) if hint? hint_class = if inline_or_block == :inline options[:hint_class] || builder.default_inline_hint_class else options[:hint_class] || builder.default_block_hint_class