class Lookbook::ActionViewConfigHandler
def handle_partial_prefixes
def handle_partial_prefixes return unless disable_partial_prefixes && ActionView::Base.respond_to?(:prefix_partial_path_with_controller_namespace) @original_partial_prefix_value = ActionView::Base.prefix_partial_path_with_controller_namespace ActionView::Base.prefix_partial_path_with_controller_namespace = false end