Open tim3z opened 13 years ago
in rails you can blacklist every attribute by calling attr_accessible with no arguments. having this gem installed the empty call doesnt change anything.
Much worse: attr_protected :all which should do the same thing doesnt either
in rails you can blacklist every attribute by calling attr_accessible with no arguments. having this gem installed the empty call doesnt change anything.
Much worse: attr_protected :all which should do the same thing doesnt either