getting_startet hinzugefügt

Home Controller geändert und View hinzugefügt - Beinhaltet eine
Beschreibung wie Rails installiert werden muss um zu entwickeln
This commit is contained in:
Andreas Stephanides
2013-08-18 17:24:55 +02:00
parent 1adf781282
commit 35b4f3998a
3 changed files with 37 additions and 1 deletions

View File

@@ -4,5 +4,7 @@ class HomeController < ApplicationController
def dev
end
def startdev
render 'setup_fetsite_dev'
end
end