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