Remove unused code and tests
This commit is contained in:
parent
ff46ee366e
commit
e61e39d345
33 changed files with 1 additions and 1048 deletions
|
@ -208,13 +208,6 @@ Rails.application.routes.draw do
|
|||
resources :instructeurs, only: [:index, :create, :destroy]
|
||||
end
|
||||
|
||||
#
|
||||
# Addresses
|
||||
#
|
||||
|
||||
get 'address/suggestions' => 'address#suggestions'
|
||||
get 'address/geocode' => 'address#geocode'
|
||||
|
||||
resources :invites, only: [:show] do
|
||||
collection do
|
||||
post 'dossier/:dossier_id', to: 'invites#create', as: :dossier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue