Skip to content

Instantly share code, notes, and snippets.

@raysrashmi
Created November 17, 2012 16:45
Show Gist options
  • Save raysrashmi/4097505 to your computer and use it in GitHub Desktop.
Save raysrashmi/4097505 to your computer and use it in GitHub Desktop.
params[:user] = {:name => 'Foo',:email => 'foo@example.com'}
@user = User.new(params[:user])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment