Adopt Rails 5 belongs_to_required_by_default
This commit is contained in:
parent
2557645f4f
commit
44a198c7bc
23 changed files with 53 additions and 38 deletions
|
|
@ -3,7 +3,7 @@ class Invoice < ApplicationRecord
|
|||
|
||||
belongs_to :supplier
|
||||
belongs_to :created_by, :class_name => 'User', :foreign_key => 'created_by_user_id'
|
||||
belongs_to :financial_link
|
||||
belongs_to :financial_link, optional: true
|
||||
has_many :deliveries, dependent: :nullify
|
||||
has_many :orders, dependent: :nullify
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue