From 274ba14ea24d2e59a4ddf2e09fd94fa9246f1c55 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Wed, 3 Aug 2011 19:18:19 -0700 Subject: refactor dummy application into git submodule --- spec/dummy | 1 + spec/dummy/app/controllers/application_controller.rb | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 160000 spec/dummy delete mode 100644 spec/dummy/app/controllers/application_controller.rb (limited to 'spec/dummy/app/controllers/application_controller.rb') diff --git a/spec/dummy b/spec/dummy new file mode 160000 index 0000000..84d6635 --- /dev/null +++ b/spec/dummy @@ -0,0 +1 @@ +Subproject commit 84d66350ec474665e7d436dca479a142b091f874 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 -- cgit v1.2.3