From 401689d04cec8829800adfacabc845fab6b8937e Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Mon, 19 Aug 2013 18:54:04 +0200 Subject: [PATCH] ignore tempfiles --- .gitignore | 2 +- app/controllers/home_controller.rb | 3 +++ app/views/home/dev.html.erb | 1 + config/routes.rb | 3 +++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a978807..d88beef 100755 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ # Ignore bundler config /.bundle - +*.*~ # Ignore the default SQLite database. /db/*.sqlite3 /db/schema.rb diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 150a2c3..8c5379b 100755 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -7,4 +7,7 @@ class HomeController < ApplicationController def startdev render 'setup_fetsite_dev' end + def linksnotimplemented + render 'links_notimplemented' + end end diff --git a/app/views/home/dev.html.erb b/app/views/home/dev.html.erb index 1e9d341..1eef047 100755 --- a/app/views/home/dev.html.erb +++ b/app/views/home/dev.html.erb @@ -1,4 +1,5 @@

Entwicklungsprojekt

+<%= link_to "notimplemented", home_linksnotimplemented_path %>

Feature List: 2013-07-17