feat: Add API to get the active contacts (#1313)
This commit is contained in:
@@ -3,6 +3,10 @@ class ContactPolicy < ApplicationPolicy
|
||||
true
|
||||
end
|
||||
|
||||
def active?
|
||||
true
|
||||
end
|
||||
|
||||
def search?
|
||||
true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user