Flowdock
telephone_field(object_name, method, options = {}) public

Returns a text_field of type “tel”.

telephone_field("user", "phone")
# => <input id="user_phone" name="user[phone]" size="30" type="tel" />
Show source
Register or log in to add new notes.