Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created August 13, 2014 08:11
Show Gist options
  • Save tagrudev/41ddf5606af8b5460523 to your computer and use it in GitHub Desktop.
Save tagrudev/41ddf5606af8b5460523 to your computer and use it in GitHub Desktop.
pseudo
def update
case params["type"]
when password_change
blabla
when email
blab
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment