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:
parent
04dad4ee83
commit
ac796b8d92
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue