aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/mass_assignment_specific.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow to specify mass-assignment roles as arrayAlexander Uvarov2011-06-231-1/+9
|
* AM mass assignment security attr_accessible and attr_protected now allow for ↵Josh Kalderimis2011-04-241-0/+11
| | | | | | | | scopes using :as => scope eg. attr_accessible :name attr_accessible :name, :admin, :as => :admin
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-081-0/+57
Signed-off-by: José Valim <jose.valim@gmail.com>