summaryrefslogtreecommitdiff
path: root/lib/static_model.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/static_model.rb')
-rw-r--r--lib/static_model.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/static_model.rb b/lib/static_model.rb
index 5b64be1f041..185921d8fbe 100644
--- a/lib/static_model.rb
+++ b/lib/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