Ruby では、MongoMapper を使用して、次のテストを行いました。
test = (push_uniq @a.id, title: 'test')
puts test.class
puts test.to_s
その結果、私は得ました:
Fixnum
136
なぜ136?
誰?
Ruby では、MongoMapper を使用して、次のテストを行いました。
test = (push_uniq @a.id, title: 'test')
puts test.class
puts test.to_s
その結果、私は得ました:
Fixnum
136
なぜ136?
誰?