mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Improve stock consumption recording [SCI-6805]
This commit is contained in:
parent
e8d7fa50b8
commit
1b63da13b4
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue