diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-01 08:18:02 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-01 08:18:02 -0600 |
| commit | c57379a669aea372cf9f7083e2f5d2277e1575d6 (patch) | |
| tree | e7d453fed4c046974905ab8a7b2c46c05755acf8 /app/controllers/application_controller.rb | |
| parent | 55052f518d6b703e0256233902b33f6a1e0de02c (diff) | |
fix broken specs
Diffstat (limited to 'app/controllers/application_controller.rb')
| -rw-r--r-- | app/controllers/application_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 9a3caebb..e48c851f 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,6 +1,5 @@ class ApplicationController < ActionController::Base protect_from_forgery - before_filter :initialize_env private |
