Method: Wiki#==

Defined in:
app/models/wiki.rb

#==(other) ⇒ Object



153
154
155
# File 'app/models/wiki.rb', line 153

def ==(other)
  other.is_a?(self.class) && container == other.container
end