Skip to content

Instantly share code, notes, and snippets.

@djo
Created December 20, 2011 09:26
Show Gist options
  • Save djo/1500932 to your computer and use it in GitHub Desktop.
Save djo/1500932 to your computer and use it in GitHub Desktop.
Enforce that all models define their accessible attributes
# Enforce that all models define their accessible attributes
config.active_record.whitelist_attributes = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment