mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo: data --> date
This commit is contained in:
parent
e63748cd37
commit
ed768ee5c1
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ module ActiveRecord
|
|||
end
|
||||
|
||||
# Returns the value of the attribute identified by <tt>attr_name</tt> after
|
||||
# it has been typecast (for example, "2004-12-12" in a data column is cast
|
||||
# it has been typecast (for example, "2004-12-12" in a date column is cast
|
||||
# to a date object, like Date.new(2004, 12, 12)).
|
||||
def read_attribute(attr_name)
|
||||
# If it's cached, just return it
|
||||
|
|
Loading…
Reference in a new issue