Sha256: 31ab7dabbc6d21c1b93e8c8fbacb1567a5b52944350c785cde7460650fb8f746

Contents?: true

Size: 195 Bytes

Versions: 3

Compression:

Stored size: 195 Bytes

Contents

<h1>Edit My Account</h1>

<%= error_messages_for "user" %>

<% form_for @user, :url => account_path do |f| %>
  <%= render :partial => "form", :object => f %>
  <%= f.submit "Update" %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
authgasm-0.10.2 test_app/app/views/users/edit.html.erb
authgasm-0.10.1 test_app/app/views/users/edit.html.erb
authgasm-0.10.3 test_app/app/views/users/edit.html.erb