Commit fb492386c5323c4996d05a63ba8d93db6ed07f93

Authored by Dmitriy Zaporozhets
1 parent fd166146

Fix accidentally removed class name

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/controllers/application_controller.rb
  1 +class ApplicationController < ActionController::Base
1 before_filter :authenticate_user! 2 before_filter :authenticate_user!
2 before_filter :reject_blocked! 3 before_filter :reject_blocked!
3 before_filter :check_password_expiration 4 before_filter :check_password_expiration