Method: Hanami::Model::Configuration#configure_gateway
- Defined in:
- lib/hanami/model/configuration.rb
#configure_gateway ⇒ Object
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.
122 123 124 |
# File 'lib/hanami/model/configuration.rb', line 122 def configure_gateway @gateway_config&.call(gateway) end |