diff --git a/app/roles/static_model.rb b/app/roles/static_model.rb index 5b64be1f0413f53779443960615c0556250ef914..185921d8fbee0ccd070d458a11d01e7e3215d8ff 100644 --- a/app/roles/static_model.rb +++ b/app/roles/static_model.rb @@ -38,7 +38,7 @@ module StaticModel end def ==(other) - if other.is_a? StaticModel + if other.is_a? ::StaticModel id == other.id else super