Module: BugReportsClient::Reporter
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/bug_reports_client/reporter.rb
Overview
Included into the host app's user model (one documented line) to link users to their submitted reports:
class User < ApplicationRecord
include BugReportsClient::Reporter
end