Class: Hanami::Providers::Inflector Private

Inherits:
Dry::System::Provider::Source
  • Object
show all
Defined in:
lib/hanami/providers/inflector.rb

Overview

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

Provider source to register inflector component in Hanami slices.

Since:

  • 2.0.0

Instance Method Summary collapse

Instance Method Details

#startObject

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:

  • 2.0.0



12
13
14
# File 'lib/hanami/providers/inflector.rb', line 12

def start
  register :inflector, Hanami.app.inflector
end