Fix accidentally removed class name

This commit is contained in:
Dmitriy Zaporozhets 2013-08-21 12:33:12 +03:00
parent fd1661468f
commit fb492386c5
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
class ApplicationController < ActionController::Base
before_filter :authenticate_user!
before_filter :reject_blocked!
before_filter :check_password_expiration