design und struktur (container - unnötige entfernt)

This commit is contained in:
Andreas Stephanides
2013-09-07 12:37:16 +02:00
parent 1c44ddc2ba
commit a60bdf5149
14 changed files with 137 additions and 202 deletions

View File

@@ -2,12 +2,5 @@ class ConfigController < ApplicationController
def index
end
def get_git_update
g = Git.open(".")
flash[:notice] ="Test"
flash[:notice] =g.remote("fetsite").fetch
redirect_to config_url
end
end