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/config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/config/routes.rb (limited to 'core/config/routes.rb') diff --git a/core/config/routes.rb b/core/config/routes.rb new file mode 100644 index 0000000..63f644c --- /dev/null +++ b/core/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + root :to => "home#index" +end -- cgit v1.2.3