Make Registrant/Registrar use same TARA controller

This commit is contained in:
Karl Erik Õunapuu 2020-10-01 18:37:04 +03:00
parent 11ee1f9f1e
commit f83e532fb1
No known key found for this signature in database
GPG key ID: C9DD647298A34764
5 changed files with 56 additions and 84 deletions

View file

@ -280,6 +280,4 @@ Devise.setup do |config|
# When using OmniAuth, Devise cannot automatically set OmniAuth path,
# so you need to do it manually. For the users scope, it would be:
# config.omniauth_path_prefix = '/my_engine/users/auth'
routes = [nil, :new, :destroy]
end