diff options
author | Mark <markchav3z@gmail.com> | 2016-04-21 19:20:54 +0800 |
---|---|---|
committer | Mark <markchav3z@gmail.com> | 2016-04-21 19:20:54 +0800 |
commit | 64bf0fcff45672899acadc0b488ffb75d564226a (patch) | |
tree | 5ffc5a6fd74d3016774031533f0557242bd90c12 /activerecord | |
parent | 2b92069a4985ea21ba12ca726eb15b2daa7bd162 (diff) | |
download | rails-64bf0fcff45672899acadc0b488ffb75d564226a.tar.gz rails-64bf0fcff45672899acadc0b488ffb75d564226a.tar.bz2 rails-64bf0fcff45672899acadc0b488ffb75d564226a.zip |
Minor space bump.
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/associations.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index 77d17fc975..fe440fccc7 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -318,7 +318,7 @@ module ActiveRecord # 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 # ----------------------------------+-------+----------+---------- |