InputMap's with_one_to_many
and insert_one_to_many
display many to one
behavior in contradiction to documentation
#596
Labels
Milestone
What problem did the developer encounter?
Whilst reading the docs I noticed that the
with_one_to_many
function andinsert_one_to_many
function displays amany to one
behavior per the earlier docs which seems backwards.InputMap#many_to_one_mapping
InputMap#method.with_one_to_many
InputMap#method.insert_one_to_many
How could this be better documented?
Either change the name to
with_many_to_one
andinsert_many_to_one
or correct the earlier docs to put the currentmany to one
documentation underone to many
and vice versa.The text was updated successfully, but these errors were encountered: