class Attio::Meta

def can_write?(resource)

def can_write?(resource)
  has_scope?("#{resource}:write") || has_scope?("#{resource}:read-write")
end