resend invitations
This commit is contained in:
+5
-1
@@ -30,7 +30,11 @@ Rails.application.routes.draw do
|
||||
root "dashboard#index"
|
||||
get "dashboard", to: "dashboard#index"
|
||||
resources :users, only: [ :index, :edit, :update, :destroy ]
|
||||
resources :invitations, only: [ :index, :new, :create, :destroy ]
|
||||
resources :invitations, only: [ :index, :new, :create, :destroy ] do
|
||||
member do
|
||||
put :resend
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
resources :entries do
|
||||
|
||||
Reference in New Issue
Block a user