Use Tara user hash

This commit is contained in:
Alex Sherman 2020-09-29 12:21:04 +05:00
parent a3042c39ee
commit bb37527dae
3 changed files with 45 additions and 68 deletions

View file

@ -89,7 +89,7 @@ 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
# match '/open_id/create', via: [:post], to: 'tara#create', as: :tara_create
end
resources :invoices, except: %i[new create edit update destroy] do