mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-24 14:56:43 +00:00
doc tweak
This commit is contained in:
parent
899d420b59
commit
89d6d4ac14
@ -93,7 +93,7 @@ module ValidatesTimeliness
|
|||||||
evaluate_attribute_method attr_name, method_body, "#{attr_name}="
|
evaluate_attribute_method attr_name, method_body, "#{attr_name}="
|
||||||
end
|
end
|
||||||
|
|
||||||
# Define time attribute reader. If reload is true then check if cached,
|
# Define time attribute reader. If reloading then check if cached,
|
||||||
# which means its in local time. If local, do strict type cast as local
|
# which means its in local time. If local, do strict type cast as local
|
||||||
# timezone, otherwise use read_attribute method for quick default type
|
# timezone, otherwise use read_attribute method for quick default type
|
||||||
# cast of values from database using default timezone.
|
# cast of values from database using default timezone.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user