Welcome controller added

Can be used for main index, about page etc.
This commit is contained in:
Christoph Haas 2013-07-27 01:23:08 +02:00
parent 741bf5d4e4
commit f28c637d10
6 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,4 @@
class WelcomeController < ApplicationController
def index
end
end