Created
August 13, 2014 08:11
-
-
Save tagrudev/41ddf5606af8b5460523 to your computer and use it in GitHub Desktop.
pseudo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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