mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Rubocop autocorrect
This commit is contained in:
committed by
Yohan Robert
parent
ec36ab7f60
commit
a26d3e4425
@@ -91,7 +91,7 @@ module ActionController
|
||||
|
||||
expires_in = [
|
||||
PostSerializer._cache_options[:expires_in],
|
||||
CommentSerializer._cache_options[:expires_in],
|
||||
CommentSerializer._cache_options[:expires_in]
|
||||
].max + 200
|
||||
|
||||
Timecop.travel(Time.zone.now + expires_in) do
|
||||
|
||||
Reference in New Issue
Block a user