Closed juliat closed 11 years ago
It is the id attribute for item purchase
yes, but why is it explicitly defined and why does it have an underscore? normally rails creates it by default and it's not included in the :attr_accessible list in the model. If it's just supposed to be a normal id, we can change it to be more standard.
What is the _id attribute about in the item_purchase model?