diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-09 20:36:18 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-09 20:36:18 -0700 |
| commit | 41c8858025eb14cab34635b058ccf761dd04eb90 (patch) | |
| tree | 092eebd37ce516b81b248507e82ead59dc63a07b /app/controllers/application_controller.rb | |
| parent | 34f53efff788b7558f63d973aad1f3475c27c125 (diff) | |
use api controller and log errors in fake agent.
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 8ce68a5..209ec89 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -2,7 +2,6 @@ class ApplicationController < ActionController::Base # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. #protect_from_forgery with: :exception - protect_from_forgery with: :null_session protected |
