ignore tempfiles

This commit is contained in:
Andreas Stephanides
2013-08-19 18:54:04 +02:00
parent 3043739a10
commit 401689d04c
4 changed files with 8 additions and 1 deletions

View File

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