There was an error while loading. Please reload this page.
1 parent 855a108 commit 02105d6Copy full SHA for 02105d6
1 file changed
lib/zammad_api/resources/base.rb
@@ -38,7 +38,7 @@ def new_record?
38
end
39
40
def changed?
41
- @changes.present?
+ !@changes.to_h.empty?
42
43
44
def destroy
0 commit comments