This commit is contained in:
Alex Sherman 2020-09-29 14:17:00 +05:00
parent bb37527dae
commit 0d716e110a
4 changed files with 4 additions and 54 deletions

View file

@ -89,7 +89,6 @@ Rails.application.routes.draw do
match '/open_id/callback', via: %i[get post], to: 'tara#callback', as: :tara_callback
match '/open_id/cancel', via: %i[get post delete], to: 'tara#cancel',
as: :tara_cancel
# match '/open_id/create', via: [:post], to: 'tara#create', as: :tara_create
end
resources :invoices, except: %i[new create edit update destroy] do