简体   繁体   中英

Rails 3 associations. migration for a HABTM with a more than one word model

I'm creating a HABTM association between line_items and taxes.

What would the name of the association table be called? line_items_taxes?

Rails expects that the Join Table is named "alphabetically":

As such, it would be called line_items_taxes . You can override this behavior in the model.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM