diff options
author | Azul <azul@leap.se> | 2014-07-04 15:33:48 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-05 10:21:07 +0200 |
commit | b5651032152236609d8761fd464f8e04fc5797c2 (patch) | |
tree | a561e4f573d4a3445a48577e31f78f2d9f4c1434 /test/dummy/app/controllers/application_controller.rb | |
parent | 02000f08ab8f44533447278d8fcb141ac6598e30 (diff) |
remove dummy app
We're not supporting including leap_web as a gem right now.
Diffstat (limited to 'test/dummy/app/controllers/application_controller.rb')
-rw-r--r-- | test/dummy/app/controllers/application_controller.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/dummy/app/controllers/application_controller.rb b/test/dummy/app/controllers/application_controller.rb deleted file mode 100644 index be7aa1f..0000000 --- a/test/dummy/app/controllers/application_controller.rb +++ /dev/null @@ -1,5 +0,0 @@ -class ApplicationController < ActionController::Base - protect_from_forgery - - ActiveSupport.run_load_hooks(:application_controller, self) -end |