mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Use Tara user hash
This commit is contained in:
parent
a3042c39ee
commit
bb37527dae
3 changed files with 45 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue