Minor space bump.

This commit is contained in:
Mark 2016-04-21 19:20:54 +08:00
parent 2b92069a49
commit 64bf0fcff4

@ -318,7 +318,7 @@ def association_instance_set(name, association)
# create_other(attributes={}) | X | | X
# create_other!(attributes={}) | X | | X
#
# ===Collection associations (one-to-many / many-to-many)
# === Collection associations (one-to-many / many-to-many)
# | | | has_many
# generated methods | habtm | has_many | :through
# ----------------------------------+-------+----------+----------