This is a brief review of mass assignment in Rails. See the follow-up post on Finding and fixing mass assignment problems in Rails applications for some more tips on how to find and fix mass assignment problems. We’ll begin with a simple example. Suppose an application has a User model that looks like this: # == Schema Information # Table name: users # # id :integer(11) not null, primary key # ema