Release 2.2.0.rc

This commit is contained in:
José Valim
2012-12-13 09:20:46 +01:00
parent 839e8fc8ac
commit 30ab6f923d
5 changed files with 15 additions and 9 deletions

View File

@@ -5,4 +5,5 @@ class ApplicationController < ActionController::Base
protect_from_forgery
before_filter :current_user, :unless => :devise_controller?
before_filter :authenticate_user!, :if => :devise_controller?
respond_to *Mime::SET.map(&:to_sym)
end