Skip to content

Instantly share code, notes, and snippets.

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