aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark <markchav3z@gmail.com>2016-04-21 19:20:54 +0800
committerMark <markchav3z@gmail.com>2016-04-21 19:20:54 +0800
commit64bf0fcff45672899acadc0b488ffb75d564226a (patch)
tree5ffc5a6fd74d3016774031533f0557242bd90c12
parent2b92069a4985ea21ba12ca726eb15b2daa7bd162 (diff)
downloadrails-64bf0fcff45672899acadc0b488ffb75d564226a.tar.gz
rails-64bf0fcff45672899acadc0b488ffb75d564226a.tar.bz2
rails-64bf0fcff45672899acadc0b488ffb75d564226a.zip
Minor space bump.
-rw-r--r--activerecord/lib/active_record/associations.rb2
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
# ----------------------------------+-------+----------+----------