Rename Gitlab::FileEditor to Gitlab::Satellite::EditFileAction
This commit is contained in:
parent
8c89beb6f9
commit
55779b00ea
4 changed files with 46 additions and 61 deletions
|
@ -26,7 +26,7 @@ class TreeController < ProjectResourceController
|
|||
end
|
||||
|
||||
def update
|
||||
file_editor = Gitlab::FileEditor.new(current_user, @project, @ref)
|
||||
file_editor = Gitlab::Satellite::EditFileAction.new(current_user, @project, @ref)
|
||||
update_status = file_editor.update(
|
||||
@path,
|
||||
params[:content],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue