Josh Kalderimis
|
b2451f4a7f
|
renamed mass-assignment scopes to roles, updated code, tests, docs and security guide
|
2011-05-08 16:43:29 +02:00 |
|
Josh Kalderimis
|
bf40c729c6
|
minor correction to the AMo mass-assignment security docs
|
2011-04-24 09:58:12 +02:00 |
|
Josh Kalderimis
|
1054ebd613
|
AM mass assignment security attr_accessible and attr_protected now allow for scopes using :as => scope eg.
attr_accessible :name
attr_accessible :name, :admin, :as => :admin
|
2011-04-24 09:53:18 +02:00 |
|
Paco Guzman
|
14c254aba3
|
Remove Example headers. Code just flows with the text. 6ce844a3
|
2011-03-06 22:34:01 +01:00 |
|
Daniel Schierbeck
|
1a051259b4
|
Properly indent code example block
|
2011-01-15 17:54:02 +01:00 |
|
José Valim
|
c285f07a92
|
Change documentation for ActiveModel::MassAssignmentSecurity a bit and make debug always be called since some people may overwrite warn! to add extra behavior even if logger is not available.
|
2010-07-08 19:02:34 +02:00 |
|
Josh Kalderimis
|
4b66aab00f
|
mass_assignment_security moved from AR to AMo, and minor test cleanup
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-07-08 18:28:45 +02:00 |
|