class ViewModel::AccessControl

def visible_check(_traversal_env)

the given context.
Check that the user is permitted to view the record in its current state, in
def visible_check(_traversal_env)
  Result::DENY
end