summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-10 19:56:35 +0200
committerAzul <azul@leap.se>2012-10-11 10:15:40 +0200
commit00b7b36516d1d07300870029ad5190f06122a493 (patch)
treebf9cf8ad372d47df95f13a189d704455910ade91 /app
parent95ba833ffea8588ba498ed28fdb02c15fdb062cd (diff)
first steps at reducing core
Diffstat (limited to 'app')
-rw-r--r--app/controllers/home_controller.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb
new file mode 100644
index 0000000..7db5397
--- /dev/null
+++ b/app/controllers/home_controller.rb
@@ -0,0 +1,5 @@
+
+class HomeController < ApplicationController
+ def index
+ end
+end