Method: Lookbook::ActionViewConfigHandler#call

Defined in:
lib/lookbook/services/templates/action_view_config_handler.rb

#callObject



10
11
12
13
14
15
16
17
18
# File 'lib/lookbook/services/templates/action_view_config_handler.rb', line 10

def call
  handle_annotations
  handle_partial_prefixes

  yield
ensure
  restore_annotations
  restore_partial_prefixes
end