module Card::View::Permission

View permissions support view-specific permission handling

Views can be configured in {Set::Format::AbstractFormat#view view definitions} with the ‘perms` directive, eg

# only render if user has permission to update card
view :myview, perms: :update do...