From e17a2a676e0ce585ef9eaa9077887bfe1bc1173f Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 27 Sep 2012 22:33:04 +0200 Subject: added in leap web core - merging repos --- core/app/controllers/home_controller.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/app/controllers/home_controller.rb (limited to 'core/app/controllers/home_controller.rb') diff --git a/core/app/controllers/home_controller.rb b/core/app/controllers/home_controller.rb new file mode 100644 index 0000000..7db5397 --- /dev/null +++ b/core/app/controllers/home_controller.rb @@ -0,0 +1,5 @@ + +class HomeController < ApplicationController + def index + end +end -- cgit v1.2.3