mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 22:24:23 +08:00
fix hound
This commit is contained in:
parent
2b55cd7090
commit
4642d049fa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue