parent
e798b7242b
commit
6c87cd40c1
@ -0,0 +1,9 @@
|
||||
class GitCallbackController < ApplicationController
|
||||
|
||||
def post_update
|
||||
@repository = Repository.find_by_root_url(params[:root_url])
|
||||
@repository.fetch_changesets
|
||||
render :text => 'success'
|
||||
end
|
||||
|
||||
end
|
Binary file not shown.
Loading…
Reference in new issue