mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 15:45:34 +08:00
delete comment
This commit is contained in:
parent
799cac1238
commit
1c220aba7b
1 changed files with 0 additions and 5 deletions
|
@ -17,11 +17,6 @@ class SampleTypesController < ApplicationController
|
|||
|
||||
respond_to do |format|
|
||||
if @sample_type.save
|
||||
# flash[:success] = t(
|
||||
# "sample_types.create.success_flash",
|
||||
# sample_type: @sample_type.name,
|
||||
# organization: @organization.name
|
||||
# )
|
||||
format.json {
|
||||
render json: {
|
||||
id: @sample_type.id,
|
||||
|
|
Loading…
Add table
Reference in a new issue