mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 08:34:49 +08:00
Merge pull request #2146 from biosistemika/SCI-3979
SCI-3979 removing accessors
This commit is contained in:
commit
95099ee6a4
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@ class Experiment < ApplicationRecord
|
|||
include ArchivableModel
|
||||
include SearchableModel
|
||||
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 :created_by,
|
||||
|
|
Loading…
Add table
Reference in a new issue