method
build
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Service::Configurator
build(service_name, configurations)public
No documentation available.
# File activestorage/lib/active_storage/service/configurator.rb, line 7
def self.build(service_name, configurations)
new(configurations).build(service_name)
end