Module: WithHelpIcon

Included in:
MultiValueWithHelpInput, SelectWithHelpInput
Defined in:
app/inputs/with_help_icon.rb

Instance Method Summary collapse

Instance Method Details

#label(wrapper_options = nil) ⇒ Object



2
3
4
# File 'app/inputs/with_help_icon.rb', line 2

def label(wrapper_options = nil)
  "#{super} #{link_to_help}"
end