Needs to be enabled in order to do automatic lookups.
# File lib/simple_form/components/hints.rb, line 12 def has_hint? hint.present? end
# File lib/simple_form/components/hints.rb, line 5 def hint @hint ||= begin hint = options[:hint] hint.is_a?(String) ? hint : translate(:hints) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.