Hacker News new | ask | show | jobs
by fbonetti 3858 days ago
In Rails, attributes without an explicit type are `String` by default. Not sure how age became a `Number`, though.
1 comments

I think "Number" is from Mongoose, which is an ODM for MongoDB.