mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +08:00
SCI-3979 removing accessors
This commit is contained in:
parent
2ec7f9c379
commit
8e98c82bbf
1 changed files with 0 additions and 5 deletions
|
|
@ -2,11 +2,6 @@ class Experiment < ApplicationRecord
|
||||||
include ArchivableModel
|
include ArchivableModel
|
||||||
include SearchableModel
|
include SearchableModel
|
||||||
include SearchableByNameModel
|
include SearchableByNameModel
|
||||||
attr_accessor :workflowimg_file_name
|
|
||||||
attr_accessor :workflowimg_file_size
|
|
||||||
attr_accessor :workflowimg_content_type
|
|
||||||
attr_accessor :workflowimg_updated_at
|
|
||||||
|
|
||||||
|
|
||||||
belongs_to :project, inverse_of: :experiments, touch: true
|
belongs_to :project, inverse_of: :experiments, touch: true
|
||||||
belongs_to :created_by,
|
belongs_to :created_by,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue