forked from bofh/fetsite
remove GIT part 1
This commit is contained in:
@@ -2,5 +2,9 @@ class ConfigController < ApplicationController
|
||||
def index
|
||||
|
||||
end
|
||||
|
||||
def get_git_update
|
||||
g = Git.open(".")
|
||||
flash[:notice] =g.remote("github").fetch
|
||||
redirect_to url_for(:action => 'index', :controller => 'config')
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user