aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2017-01-11 15:15:13 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2017-01-11 15:15:13 +0000
commit8898a0ae2a0d5c8826fe08bbf4ccd10745802f9e (patch)
tree60f4624da0e7853186d8b9786dbb3263080791d0 /activerecord
parente11f11f962f586cf84066ebbe667e409ae835c95 (diff)
parent5c72675c73979901592cef0f2a482527782b2dfb (diff)
downloadrails-8898a0ae2a0d5c8826fe08bbf4ccd10745802f9e.tar.gz
rails-8898a0ae2a0d5c8826fe08bbf4ccd10745802f9e.tar.bz2
rails-8898a0ae2a0d5c8826fe08bbf4ccd10745802f9e.zip
Merge branch 'master' of github.com:rails/docrails
Conflicts: railties/lib/rails/generators.rb
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/reflection.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb
index 8af0d06ecb..2c8c4b6297 100644
--- a/activerecord/lib/active_record/reflection.rb
+++ b/activerecord/lib/active_record/reflection.rb
@@ -321,7 +321,7 @@ module ActiveRecord
end
end
- # Holds all the meta-data about an aggregation as it was specified in the
+ # Holds all the metadata about an aggregation as it was specified in the
# Active Record class.
class AggregateReflection < MacroReflection #:nodoc:
def mapping
@@ -330,7 +330,7 @@ module ActiveRecord
end
end
- # Holds all the meta-data about an association as it was specified in the
+ # Holds all the metadata about an association as it was specified in the
# Active Record class.
class AssociationReflection < MacroReflection #:nodoc:
# Returns the target association's class.
@@ -709,7 +709,7 @@ module ActiveRecord
end
end
- # Holds all the meta-data about a :through association as it was specified
+ # Holds all the metadata about a :through association as it was specified
# in the Active Record class.
class ThroughReflection < AbstractReflection #:nodoc:
attr_reader :delegate_reflection