model
This commit is contained in:
parent
ead1f1fa57
commit
60eed4ec01
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ class Procedure < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def draft_changed?
|
def draft_changed?
|
||||||
publiee? && published_revision.different_from?(draft_revision) && revision_changes.present?
|
published_revision.different_from?(draft_revision) && revision_changes.present?
|
||||||
end
|
end
|
||||||
|
|
||||||
def revision_changes
|
def revision_changes
|
||||||
|
|
Loading…
Add table
Reference in a new issue