Move code from localize_input gem into Foodsoft
This commit is contained in:
parent
c59715381e
commit
6a3636d8cb
9 changed files with 33 additions and 8 deletions
|
|
@ -1,5 +1,6 @@
|
|||
class Invoice < ApplicationRecord
|
||||
include CustomFields
|
||||
include LocalizeInput
|
||||
|
||||
belongs_to :supplier
|
||||
belongs_to :created_by, :class_name => 'User', :foreign_key => 'created_by_user_id'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue