OSDN Git Service

Fix accidentally removed class name
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 21 Aug 2013 09:33:12 +0000 (12:33 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 21 Aug 2013 09:33:12 +0000 (12:33 +0300)
app/controllers/application_controller.rb

index 2ce87e4..724122d 100644 (file)
@@ -1,3 +1,4 @@
+class ApplicationController < ActionController::Base
   before_filter :authenticate_user!
   before_filter :reject_blocked!
   before_filter :check_password_expiration