Merge pull request #2146 from biosistemika/SCI-3979

SCI-3979 removing accessors
This commit is contained in:
Miha Mencin 2019-10-09 16:25:20 +02:00 committed by GitHub
commit 95099ee6a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,