Strong Parameters - 21 Mar 2012
Strong Parameters
Strong Parameters for Rails, moving mass assignment protection to the controller. New Rails developers will be a lot more conscious of security in their applications, and it makes a lot more sense for mass assignment security to exist in the Controller.