mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 01:04:02 +08:00
Fix stock ledger user recording [SCI-10492]
This commit is contained in:
parent
3df70bdaf3
commit
374d4d984e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class MyModuleRepositoryRow < ApplicationRecord
|
||||
include ActionView::Helpers::NumberHelper
|
||||
|
||||
attribute :last_modified_by, :integer
|
||||
attribute :last_modified_by
|
||||
attribute :comment, :text
|
||||
|
||||
belongs_to :assigned_by,
|
||||
|
|
Loading…
Reference in a new issue