Skip to content

Instantly share code, notes, and snippets.

@lesniakania
Created February 16, 2015 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lesniakania/d5c3e3e65b779c2f401b to your computer and use it in GitHub Desktop.
Save lesniakania/d5c3e3e65b779c2f401b to your computer and use it in GitHub Desktop.
if UserValidator.new(user).valid?
user.save
redirect_to user_path(user)
else
render :new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment