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

Require the Active Support core extension used

This commit is contained in:
George Claghorn 2017-07-05 11:24:32 -04:00
parent 04dad4ee83
commit ac796b8d92

View file

@ -1,4 +1,5 @@
require "google/cloud/storage"
require "active_support/core_ext/object/to_query"
class ActiveVault::Site::GCSSite < ActiveVault::Site
attr_reader :client, :bucket