Module: Phlexi::Form::Options::Hints

Included in:
Builder
Defined in:
lib/phlexi/form/options/hints.rb

Instance Method Summary collapse

Instance Method Details

#show_hint?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/phlexi/form/options/hints.rb', line 7

def show_hint?
  has_hint? && !show_errors?
end