Skip to content

Commit 09bb92c

Browse files
committed
feat: add search route for admin members
1 parent aea3b53 commit 09bb92c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
resources :announcements, only: %i[new index create edit update]
9797

9898
resources :members, only: %i[show index] do
99+
get :search, on: :collection
99100
get :events
100101
get :send_eligibility_email
101102
get :send_attendance_email

0 commit comments

Comments
 (0)