Updating helpers to use sign_in/sign_out instead of authenticate/logout.

This commit is contained in:
Carlos A. da Silva
2009-10-12 19:20:12 -03:00
parent 6da49499ff
commit 0664359381
5 changed files with 29 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
class UsersController < ApplicationController
before_filter :user_authenticate!
before_filter :sign_in_user!
def index
end