diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-05 00:49:58 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-05 00:49:58 +0200 |
commit | 0a94640e328ab30dcf90e65ba79242bc1aa77a57 (patch) | |
tree | 49599acd6e4dbc50de0491ff174588b1fbf0cf8e /lib/static_model.rb | |
parent | e6c0673ef1108a93928c4d88ba273e12616b836b (diff) | |
parent | de6fa5dd520244e9802b5b486ce9d437556baf31 (diff) | |
download | gitlab-ce-0a94640e328ab30dcf90e65ba79242bc1aa77a57.tar.gz |
Merge branch 'refactoring/backend'
Diffstat (limited to 'lib/static_model.rb')
-rw-r--r-- | lib/static_model.rb | 2 |
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 |