aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-11-26 21:55:05 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-11-26 21:55:28 +0900
commitc7f1bcd23b9d0d7a0fc5d79856de699c99fd8354 (patch)
treea791fb2f051502fdd7f99913cc1ea51c45b34994 /activerecord/lib
parent6eba8d27e6feecca88303df6500ef6b376344e29 (diff)
downloadrails-c7f1bcd23b9d0d7a0fc5d79856de699c99fd8354.tar.gz
rails-c7f1bcd23b9d0d7a0fc5d79856de699c99fd8354.tar.bz2
rails-c7f1bcd23b9d0d7a0fc5d79856de699c99fd8354.zip
tyop
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/associations/join_dependency.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/associations/join_dependency.rb b/activerecord/lib/active_record/associations/join_dependency.rb
index 3e743c4bfe..9506960be3 100644
--- a/activerecord/lib/active_record/associations/join_dependency.rb
+++ b/activerecord/lib/active_record/associations/join_dependency.rb
@@ -73,7 +73,7 @@ module ActiveRecord
# base is the base class on which operation is taking place.
# associations is the list of associations which are joined using hash, symbol or array.
- # joins is the list of all string join commnads and arel nodes.
+ # joins is the list of all string join commands and arel nodes.
#
# Example :
#