Method: NestedRecord::Collection#==

Defined in:
lib/nested_record/collection.rb

#==(other) ⇒ Object



31
32
33
# File 'lib/nested_record/collection.rb', line 31

def ==(other)
  @ary == other.to_ary
end