aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/through_association_scope.rb
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-16 22:28:20 +0430
committerRizwan Reza <rizwanreza@gmail.com>2010-06-16 22:28:20 +0430
commitfde95048475c1ffc89978650411b2e9034ff6a35 (patch)
tree74efde17db5b1ef3e19ee278d3fa348cabf7f532 /activerecord/lib/active_record/associations/through_association_scope.rb
parent6445441253711d9131fa859115dd8224ea31eeee (diff)
downloadrails-fde95048475c1ffc89978650411b2e9034ff6a35.tar.gz
rails-fde95048475c1ffc89978650411b2e9034ff6a35.tar.bz2
rails-fde95048475c1ffc89978650411b2e9034ff6a35.zip
Adds title to activerecord/lib/active_record/associations/*
Diffstat (limited to 'activerecord/lib/active_record/associations/through_association_scope.rb')
-rw-r--r--activerecord/lib/active_record/associations/through_association_scope.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/associations/through_association_scope.rb b/activerecord/lib/active_record/associations/through_association_scope.rb
index 93bd6e3185..22e1033a9d 100644
--- a/activerecord/lib/active_record/associations/through_association_scope.rb
+++ b/activerecord/lib/active_record/associations/through_association_scope.rb
@@ -1,4 +1,5 @@
module ActiveRecord
+ # = Active Record Through Association Scope
module Associations
module ThroughAssociationScope