Implements /cuentasegura
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class WelcomeController < ApplicationController
|
||||
skip_authorization_check
|
||||
|
||||
layout "devise", only: :welcome
|
||||
layout "devise", only: [:welcome, :verification]
|
||||
|
||||
def index
|
||||
if current_user
|
||||
@@ -25,5 +25,9 @@ class WelcomeController < ApplicationController
|
||||
render 'highlights'
|
||||
end
|
||||
|
||||
def verification
|
||||
redirect_to verification_path if signed_in?
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user