telephone_field(object_name, method, options = {})
Instance Public methods
Returns a #text_field of type âtelâ.
1 2 | telephone_field( "user" , "phone" ) # => <input id="user_phone" name="user[phone]" type="tel" /> |
Returns a #text_field of type âtelâ.
1 2 | telephone_field( "user" , "phone" ) # => <input id="user_phone" name="user[phone]" type="tel" /> |
Designed by : w10schools
service@w10schools.com
Please login to continue.