1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

ConditionalGet needs time core_ext

This commit is contained in:
Rafael Mendonça França 2019-08-02 01:12:36 -04:00
parent dd16e208a6
commit 847ad98e07
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

@ -1,6 +1,7 @@
# frozen_string_literal: true
require "active_support/core_ext/object/try"
require "active_support/core_ext/integer/time"
module ActionController
module ConditionalGet