Guest User

Untitled

a guest
Mar 11th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <h1>Credentials for User: <%=h @credential.user.name %></h1>
  2. <form action="<%= url( :credential, @credential ) %>" method="post">
  3. Password: <%= control_for( @credential, :pass_plain, :text ) %> <br/>
  4. <input type="submit" value="Update" />
  5. </form>
Add Comment
Please, Sign In to add comment