diff options
Diffstat (limited to 'test/dummy/app/controllers')
-rw-r--r-- | test/dummy/app/controllers/application_controller.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/dummy/app/controllers/application_controller.rb b/test/dummy/app/controllers/application_controller.rb deleted file mode 100644 index e8065d9..0000000 --- a/test/dummy/app/controllers/application_controller.rb +++ /dev/null @@ -1,3 +0,0 @@ -class ApplicationController < ActionController::Base - protect_from_forgery -end |