Method: Hanami::Config::Views#initialize

Defined in:
lib/hanami/config/views.rb

#initializeViews

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.

Returns a new instance of Views.

Since:

  • 2.1.0

[View source]

26
27
28
29
30
31
32
# File 'lib/hanami/config/views.rb', line 26

def initialize(*)
  super

  @base_config = Hanami::View.config.dup

  configure_defaults
end