mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Updating helpers to use sign_in/sign_out instead of authenticate/logout.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class UsersController < ApplicationController
|
||||
before_filter :user_authenticate!
|
||||
before_filter :sign_in_user!
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user