Project

General

Profile

Feature #3818

Updated by Tom Clegg over 9 years ago

Read-only fields are: 
 * modified_* and created_at (which are attr_protected) 
 * updated_at (which should be either removed outright or protected with attr_protected) 
 * (any others?) 

 Notes 
 * attr_protected can surely be introspected, but is deprecated in rails 4. 
 Depends on #3817

Back