|
|
@ -15,6 +15,7 @@ class RepositoriesController < ApplicationController
|
|
|
|
interactor = Repositories::EntriesInteractor.call(@user, @repo.identifier, params[:filepath], ref: params[:ref])
|
|
|
|
interactor = Repositories::EntriesInteractor.call(@user, @repo.identifier, params[:filepath], ref: params[:ref])
|
|
|
|
if interactor.success?
|
|
|
|
if interactor.success?
|
|
|
|
@sub_entries = interactor.result
|
|
|
|
@sub_entries = interactor.result
|
|
|
|
|
|
|
|
@sub_entries = [] << @sub_entries unless @sub_entries.is_a? Array
|
|
|
|
else
|
|
|
|
else
|
|
|
|
render_error(interactor.error)
|
|
|
|
render_error(interactor.error)
|
|
|
|
end
|
|
|
|
end
|
|
|
|