Class: PhoneInput
- Inherits:
-
Formtastic::Inputs::StringInput
- Object
- Formtastic::Inputs::StringInput
- PhoneInput
- Defined in:
- app/inputs/phone_input.rb
Instance Method Summary collapse
Instance Method Details
#input_html_options ⇒ Object
2 3 4 |
# File 'app/inputs/phone_input.rb', line 2 def super.merge(class: "phone") end |