mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 20:19:05 +08:00
fixes hound
This commit is contained in:
parent
51e0d53b12
commit
799cac1238
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ class SampleGroupsController < ApplicationController
|
|||
render json: {
|
||||
id: @sample_group.id,
|
||||
flash: t(
|
||||
"sample_groups.create.success_flash",
|
||||
'sample_groups.create.success_flash',
|
||||
sample_group: @sample_group.name,
|
||||
organization: @organization.name
|
||||
)
|
||||
|
|
|
@ -26,7 +26,7 @@ class SampleTypesController < ApplicationController
|
|||
render json: {
|
||||
id: @sample_type.id,
|
||||
flash: t(
|
||||
"sample_types.create.success_flash",
|
||||
'sample_types.create.success_flash',
|
||||
sample_type: @sample_type.name,
|
||||
organization: @organization.name
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue