aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-04-21 10:51:47 -0300
committerRafael França <rafaelmfranca@gmail.com>2016-04-21 10:51:47 -0300
commit875c679a3397a1c41d70b66f5e353926dbd652a5 (patch)
treecc2a09440e106d9fe5a3ec4ca35bb7d220bba642 /activerecord
parentb64a85750f906fff98ed726ecbf739306f8f0874 (diff)
parent64bf0fcff45672899acadc0b488ffb75d564226a (diff)
downloadrails-875c679a3397a1c41d70b66f5e353926dbd652a5.tar.gz
rails-875c679a3397a1c41d70b66f5e353926dbd652a5.tar.bz2
rails-875c679a3397a1c41d70b66f5e353926dbd652a5.zip
Merge pull request #24672 from mrkjlchvz/mc-space-bump
Minor space bump.
Diffstat (limited to 'activerecord')
-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 2fbecb7d04..5a973fa801 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
# ----------------------------------+-------+----------+----------