diff options
| author | Alban Peignier | 2012-04-13 17:44:39 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2012-04-13 17:44:39 +0200 | 
| commit | fbedb1806047513455f0c54c71e841e3c6a1d623 (patch) | |
| tree | ff9ba58c3297f906176cbbae46fc885f97fd8997 /app/controllers/application_controller.rb | |
| parent | 32800f1b63dc19598d171a2fa3a8df7994705d29 (diff) | |
| download | chouette-core-fbedb1806047513455f0c54c71e841e3c6a1d623.tar.bz2 | |
First devise integration. Refs #7
Diffstat (limited to 'app/controllers/application_controller.rb')
| -rw-r--r-- | app/controllers/application_controller.rb | 2 | 
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 | 
