bullet_train-roles icon indicating copy to clipboard operation
bullet_train-roles copied to clipboard

Allow basic filtering.

Open andrewculver opened this issue 1 year ago • 0 comments

Examples I think should be valid:

editor:
  models:
    project:
      - archive
      - where:
        - archived_at: nil

Would be like: can :archive, Project, [all the other magic], archived_at: nil

editor:
  models:
    project:
      - archive
      - where:
        - workspace:
          - archived_at: nil

Would be like: can :archive, Project, [all the other magic], workspace: {archived_at: nil}

andrewculver avatar Sep 12 '22 16:09 andrewculver