Skip to content

Commit

Permalink
edited review_report
Browse files Browse the repository at this point in the history
  • Loading branch information
chetana-c committed Mar 23, 2023
1 parent 166d06a commit 194d7e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/routes.rb
Expand Up @@ -13,13 +13,17 @@
get :remove_instructor
post :remove_instructor
get :show_instructor
get :show_administrator
get :show_super_administrator
end
end

resources :advertise_for_partner, only: %i[new create edit update] do
collection do
get :remove
post ':id', action: :update
get :update
get :edit
end
end

Expand Down

0 comments on commit 194d7e1

Please sign in to comment.