aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2016-10-20 17:28:48 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2016-10-20 17:28:48 +0000
commit5741e87eea0b513aa2ec150507b973d0cef27ad4 (patch)
treee8247e5ab9c6d611a5f2ad1839c9da47ce64834b /activemodel/lib/active_model/type.rb
parent1345511081a7b4562281cf77d9e5aeeae2d3eb02 (diff)
parentaeb2fee25b3dcace0a100e1c4cddf29723545ec2 (diff)
downloadrails-5741e87eea0b513aa2ec150507b973d0cef27ad4.tar.gz
rails-5741e87eea0b513aa2ec150507b973d0cef27ad4.tar.bz2
rails-5741e87eea0b513aa2ec150507b973d0cef27ad4.zip
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'activemodel/lib/active_model/type.rb')
-rw-r--r--activemodel/lib/active_model/type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/type.rb b/activemodel/lib/active_model/type.rb
index 313f17830f..0d3349e236 100644
--- a/activemodel/lib/active_model/type.rb
+++ b/activemodel/lib/active_model/type.rb
@@ -27,7 +27,7 @@ module ActiveModel
delegate :add_modifier, to: :registry
# Add a new type to the registry, allowing it to be referenced as a
- # symbol by ActiveModel::Attributes::ClassMethods#attribute. If your
+ # symbol by ActiveRecord::Attributes::ClassMethods#attribute. If your
# type is only meant to be used with a specific database adapter, you can
# do so by passing +adapter: :postgresql+. If your type has the same
# name as a native type for the current adapter, an exception will be