gitupdate - config controller?

This commit is contained in:
Andreas Stephanides
2013-08-25 17:44:13 +02:00
parent 3bd04f9101
commit bc8942a6ab

View File

@@ -6,7 +6,7 @@ class ConfigController < ApplicationController
g = Git.open(".") g = Git.open(".")
flash[:notice] ="Test" flash[:notice] ="Test"
# flash[:notice] =g.remote("github").fetch flash[:notice] =g.remote("fetsite").fetch
redirect_to config_url redirect_to config_url
end end