class Honeybadger::Rack::UserFeedback

def custom_template_file?

Other tags:
    Private: -
def custom_template_file?
  custom_template_file && File.exist?(custom_template_file)
end