diff --git a/lib/contracts/decorators.rb b/lib/contracts/decorators.rb index 88686b6..11cd7b5 100644 --- a/lib/contracts/decorators.rb +++ b/lib/contracts/decorators.rb @@ -6,6 +6,7 @@ def self.extended(klass) def inherited(subclass) Engine.fetch_from(subclass).set_eigenclass_owner + super end def method_added(name)