I’ve just made an update to AttrLocked. The initial release allowed you to
carry on setting locked attributes using the record[:attr] = value
style. Now,
both that and record.attr = value
are disabled on locked attributes. I may add
a feature that lets you lock down a whole table so it’s read-only, and you
cannot create, delete or modify records from it. More on that when it happens.
AttrLocked updated