Fixed authorization for register controller
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
class RegistrationsController < ApplicationController
|
class RegistrationsController < ApplicationController
|
||||||
skip_before_action :authenticate_user!
|
skip_before_action :authenticate_user!
|
||||||
|
skip_verify_authorized
|
||||||
|
|
||||||
|
|
||||||
def new
|
def new
|
||||||
@user = User.new
|
@user = User.new
|
||||||
|
|||||||
Reference in New Issue
Block a user