SCI-3979 removing accessors

This commit is contained in:
Miha Mencin 2019-10-09 15:49:49 +02:00
parent 2ec7f9c379
commit 8e98c82bbf

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,