diff options
author | Azul <azul@leap.se> | 2012-11-04 16:24:35 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-04 16:24:35 +0100 |
commit | 5c6395d8b1a8c7cf540dae9fdd37f3e68554215c (patch) | |
tree | 727cd51d00addfb26ebbfc9a75d890513b709930 /test/dummy/app/controllers/application_controller.rb | |
parent | 2264623a445bf5c64404ef302f63e4d99ecbd97f (diff) |
fixing tests, including support files from all engines
Diffstat (limited to 'test/dummy/app/controllers/application_controller.rb')
-rw-r--r-- | test/dummy/app/controllers/application_controller.rb | 5 |
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 |