diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-09-30 09:06:48 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-09-30 09:06:48 +0900 |
commit | 5d149048ffa56c8fa1c41d1ef3bcf9472052f369 (patch) | |
tree | 6dff25af9fb4a10c40b280be5deb222b18928f43 /guides/source/security.md | |
parent | 325c06fbc499aa4da1ce50d9b85dbf5c6ed3321e (diff) | |
download | rails-5d149048ffa56c8fa1c41d1ef3bcf9472052f369.tar.gz rails-5d149048ffa56c8fa1c41d1ef3bcf9472052f369.tar.bz2 rails-5d149048ffa56c8fa1c41d1ef3bcf9472052f369.zip |
Don't use Active Support where it is not needed.
This code has been changed with https://github.com/rails/rails/pull/30735/files#diff-8e5f6b33c191ad6dec07f3288345a13fL47.
However, `active_support/time` is not load automatically, so if use
Action Pack alone, `days` method can not use and an error occurs.
In this case, I think that there is no problem by specifying a value
with Integer.
Diffstat (limited to 'guides/source/security.md')
0 files changed, 0 insertions, 0 deletions