aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy/app/controllers
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-05-25 15:13:44 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-05-25 15:13:44 +0200
commit30b3a971f2c5794c05379db0d915c48b109afa3f (patch)
tree63bb51f185138e6e5c238a20711aabae0653ee57 /spec/dummy/app/controllers
parenta0341f27de42d2e8847c88db0df834ae03a28975 (diff)
downloadrefinerycms-pc_banners-30b3a971f2c5794c05379db0d915c48b109afa3f.tar.gz
refinerycms-pc_banners-30b3a971f2c5794c05379db0d915c48b109afa3f.tar.bz2
refinerycms-pc_banners-30b3a971f2c5794c05379db0d915c48b109afa3f.zip
Remove dummy test app from version control.
Should never have been checked in in the first place.
Diffstat (limited to 'spec/dummy/app/controllers')
-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