fix hound

This commit is contained in:
zmagod 2018-03-02 14:16:31 +01:00
parent 2b55cd7090
commit 4642d049fa

View file

@ -219,7 +219,7 @@ class RepositoryRowsController < ApplicationController
def load_info_modal_vars
@repository_row = RepositoryRow.eager_load(:created_by, repository: [:team])
.find_by_id(params[:id])
.find_by_id(params[:id])
@assigned_modules = MyModuleRepositoryRow.eager_load(
my_module: [{ experiment: :project }]
).where(repository_row: @repository_row)