module ViewComponent::AbstractGenerator

def destination

def destination
  File.join(destination_directory, "#{destination_file_name}.html.#{engine_name}")
end