summaryrefslogtreecommitdiff
path: root/test/dummy
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-04 16:24:35 +0100
committerAzul <azul@leap.se>2012-11-04 16:24:35 +0100
commit5c6395d8b1a8c7cf540dae9fdd37f3e68554215c (patch)
tree727cd51d00addfb26ebbfc9a75d890513b709930 /test/dummy
parent2264623a445bf5c64404ef302f63e4d99ecbd97f (diff)
fixing tests, including support files from all engines
Diffstat (limited to 'test/dummy')
-rw-r--r--test/dummy/app/controllers/application_controller.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/dummy/app/controllers/application_controller.rb b/test/dummy/app/controllers/application_controller.rb
new file mode 100644
index 0000000..be7aa1f
--- /dev/null
+++ b/test/dummy/app/controllers/application_controller.rb
@@ -0,0 +1,5 @@
+class ApplicationController < ActionController::Base
+ protect_from_forgery
+
+ ActiveSupport.run_load_hooks(:application_controller, self)
+end