Changed authorize to authorize_user!
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class HomeController < ApplicationController
|
||||
skip_before_action :authenticate
|
||||
skip_before_action :authenticate_user!
|
||||
def index
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user