about summary refs log tree commit diff
path: root/app/models/relationship_filter.rb
blob: 51640f494ca53ece0f168c95c8b2dcf7f66993a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

class RelationshipFilter
  KEYS = %i(
    relationship
    status
    by_domain
    activity
    order
  ).freeze
end