class Lookbook::ActionViewConfigHandler
def restore_annotations
def restore_annotations return if @original_annotations_value.nil? ActionView::Base.annotate_rendered_view_with_filenames = @original_annotations_value @original_annotations_value = nil end