Skip to content

Instantly share code, notes, and snippets.

@qoobaa
Created October 2, 2011 07:55
Show Gist options
  • Save qoobaa/1257215 to your computer and use it in GitHub Desktop.
Save qoobaa/1257215 to your computer and use it in GitHub Desktop.
config.active_record.whitelist_attributes = true
User.new({:name => "Bob", :role => "admin"}, :without_protection => true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment