class Honeybadger::Rack::UserFeedback

def custom_template_file

Other tags:
    Private: -
def custom_template_file
  @custom_template_file ||= File.join(config[:root], 'lib', 'honeybadger', 'templates', 'feedback_form.erb')
end