Method: Formtastic::Inputs::Base::Choices#choice_html_safe_value
- Defined in:
- lib/formtastic/inputs/base/choices.rb
#choice_html_safe_value(choice) ⇒ Object
71 72 73 |
# File 'lib/formtastic/inputs/base/choices.rb', line 71 def choice_html_safe_value(choice) choice_value(choice).to_s.gsub(/\s/, '_').gsub(/[^\w-]/, '').downcase end |