Method: Hanami::Config::Views#initialize
- Defined in:
- lib/hanami/config/views.rb
permalink #initialize ⇒ Views
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.
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 |