Skip to content

Instantly share code, notes, and snippets.

@metamn
Created May 19, 2009 18:32
Show Gist options
  • Save metamn/114300 to your computer and use it in GitHub Desktop.
Save metamn/114300 to your computer and use it in GitHub Desktop.
Edit User for Authlogic
= content_for :content do
%h1 Edit My Account</h1>
- form_for @user, :url => account_path do |f|
= f.error_messages
= render :partial => "form", :object => f
= f.submit "Update"
%br
= link_to "My Profile", account_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment