Created
January 8, 2012 20:45
-
-
Save mikeymicrophone/1579627 to your computer and use it in GitHub Desktop.
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
User.create :first_name => current_facebook_user.first_name, :last_name => current_facebook_user.last_name, | |
:email => current_facebook_user.email, | |
:facebook_id => current_facebook_user.id, | |
:access_token => current_facebook_user.client.access_token, | |
:city => current_facebook_user.location |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it is an informal technique for using variable numbers of arguments