You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for another question...but, it seems like couchrest is not following custom inflection rule?
I have a models named Chassis and Interface, and defined the relationship as chassis collection_of :interfaces and interface belongs_to :chassis. Funny thing is when I create a interface instance, it has chassi_id instead of chassis_id field. So, I specified a custom, uncountable inflection in inflection.rb, but however, it is still creating chassi_id.
I think this is a bug.
The text was updated successfully, but these errors were encountered:
Sorry for another question...but, it seems like couchrest is not following custom inflection rule?
I have a models named
Chassis
andInterface
, and defined the relationship aschassis collection_of :interfaces
andinterface belongs_to :chassis
. Funny thing is when I create a interface instance, it haschassi_id
instead ofchassis_id
field. So, I specified a custom, uncountable inflection in inflection.rb, but however, it is still creatingchassi_id
.I think this is a bug.
The text was updated successfully, but these errors were encountered: