Method: ActiveOrient::Model#to_ary

Defined in:
lib/model/model.rb

#to_aryObject

to prevent errors when calling to_a



76
77
78
# File 'lib/model/model.rb', line 76

def to_ary   # :nodoc:
  attributes.to_a
end