aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorLuc Donnet2012-04-13 18:11:39 +0200
committerLuc Donnet2012-04-13 18:11:39 +0200
commit210cec8f14d86b04dd85571c5d0d1db732ab0dfd (patch)
treef80c22827dcf8598ccbd96c64dbb16a201552c12 /app/controllers
parent0b22254795fa98f762307b2e32599d150a3e87cb (diff)
parent35e03fb3188610308d9127a9bab878c2234b22db (diff)
downloadchouette-core-210cec8f14d86b04dd85571c5d0d1db732ab0dfd.tar.bz2
Merge branch 'master' of chouette.dryade.priv:/srv/git/chouette2
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/application_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 7050568de..ae953a25a 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,4 +1,4 @@
class ApplicationController < ActionController::Base
protect_from_forgery
-
+ before_filter :authenticate_user!
end