Fixed styles, ProjectHook specs etc
This commit is contained in:
parent
c6298678f5
commit
e16cebac3e
22 changed files with 111 additions and 76 deletions
|
@ -38,7 +38,7 @@ module StaticModel
|
|||
end
|
||||
|
||||
def ==(other)
|
||||
if other.is_a? StaticModel
|
||||
if other.is_a? ::StaticModel
|
||||
id == other.id
|
||||
else
|
||||
super
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue