Allow only the listed roles to WRITE to the decorated class.
@CanWrite('admin') class Settings extends Model { ... } Copy
@CanWrite('admin') class Settings extends Model { ... }
Allow only the listed roles to WRITE to the decorated class.