diff --git a/app/models/my_module_repository_row.rb b/app/models/my_module_repository_row.rb index cc6b0b9fb..f947cc362 100644 --- a/app/models/my_module_repository_row.rb +++ b/app/models/my_module_repository_row.rb @@ -1,8 +1,8 @@ class MyModuleRepositoryRow < ApplicationRecord include ActionView::Helpers::NumberHelper - attr_accessor :last_modified_by - attr_accessor :comment + attribute :last_modified_by, :integer + attribute :comment, :text belongs_to :assigned_by, foreign_key: 'assigned_by_id',