-
their __ac_permissions__ definition, but this caused the View permission for File objects to be unsettable since the 'tag' method (which actually only exists on Images) was in the 'View' permission definition. To fix this, I gave Image its own __ac_permissions__ structure and got rid of the reference to 'tag' in the __ac_permissions__ of File.
bb926122