mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-26 15:05:39 +08:00
Merge pull request #4101 from okriuchykhin/ok_SCI_6805
Improve stock consumption recording [SCI-6805]
This commit is contained in:
commit
d5c80b8ab0
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…
Add table
Reference in a new issue