Method: Hanami::Model::Configuration#configure_gateway

Defined in:
lib/hanami/model/configuration.rb

#configure_gatewayObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0



122
123
124
# File 'lib/hanami/model/configuration.rb', line 122

def configure_gateway
  @gateway_config&.call(gateway)
end