bug fixing using cursor
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Project < ApplicationRecord
|
||||
has_many :subprojects, inverse_of: :project
|
||||
has_many :subprojects, inverse_of: :project, dependent: :destroy
|
||||
accepts_nested_attributes_for :subprojects, allow_destroy: true, reject_if: :all_blank
|
||||
|
||||
validates :name, presence: true
|
||||
|
||||
Reference in New Issue
Block a user