Skip to content

Instantly share code, notes, and snippets.

@imonyse
Created April 21, 2011 05:36
Show Gist options
  • Save imonyse/933781 to your computer and use it in GitHub Desktop.
Save imonyse/933781 to your computer and use it in GitHub Desktop.
class UsersController < ApplicationController
#...
def create
@user = User.new(params[:user])
if
else
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment