method

build

rails 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