ruby on rails - money representation in mongoid -



ruby on rails - money representation in mongoid -

how should work money mongoid? should configure bigdecimal? , @ rails level? activerecord have called money, afaik supports ar

mongodb stores numbers in various bson info types (int, long int, double). recommend store money cents (if u.s. currency) , utilize long int datatype.

ruby-on-rails mongodb mongoid

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -