mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Format according to houndbot #2
This commit is contained in:
parent
869967361c
commit
d6f7ec2604
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
class TeamsController < ApplicationController
|
||||
before_action :load_vars, only: [:parse_sheet, :import_samples,
|
||||
:export_samples, :export_all]
|
||||
before_action :load_vars, only: %i(:parse_sheet, :import_samples,
|
||||
:export_samples, :export_all)
|
||||
|
||||
before_action :check_create_samples_permissions, only: %i(parse_sheet
|
||||
import_samples)
|
||||
|
|
Loading…
Reference in a new issue