Skip to content

Commit

Permalink
Update config/routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead authored May 11, 2024
1 parent 6f06cbb commit 63d00b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@

get "/dashboard", to: "main#dashboard", as: "dashboard"

# routes for merging teachers (accessible to ADMIN ONLY)
# get 'merge/:id/:merge_id', to: 'merge#preview', as: 'preview_merge'
# patch 'merge/:id/:merge_id', to: 'merge#merge', as: 'merge'

get "merge/:from/:into/preview", to: "merge#preview", as: "preview_merge"
patch "merge/:from/:into/execute", to: "merge#execute", as: "merge"
end

0 comments on commit 63d00b5

Please sign in to comment.