telephone_field(object_name, method, options = {})
Instance Public methods
Returns a #text_field of type âtelâ.
telephone_field("user", "phone") # => <input id="user_phone" name="user[phone]" type="tel" />
Returns a #text_field of type âtelâ.
telephone_field("user", "phone") # => <input id="user_phone" name="user[phone]" type="tel" />
Please login to continue.