Method: Hanami::Model::Configuration#respond_to_missing?

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

#respond_to_missing?(method_name, include_all) ⇒ Boolean

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.1.0



178
179
180
# File 'lib/hanami/model/configuration.rb', line 178

def respond_to_missing?(method_name, include_all)
  rom.respond_to?(method_name, include_all)
end