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

Returns a text_field of type “email”.

email_field("user", "address")
# => <input id="user_address" size="30" name="user[address]" type="email" />
Show source
Register or log in to add new notes.