diff --git a/app/models/error_report.rb b/app/models/error_report.rb index 1ced17f..3ea4709 100644 --- a/app/models/error_report.rb +++ b/app/models/error_report.rb @@ -15,7 +15,8 @@ require 'hoptoad_notifier' # * :notifier - information to identify the source of the error report # class ErrorReport - attr_reader :error_class, :message, :request, :server_environment, :api_key, :notifier, :user_attributes, :framework + attr_reader :error_class, :message, :request, :server_environment, :api_key, + :notifier, :user_attributes, :framework, :notice cattr_accessor :fingerprint_strategy do Fingerprint @@ -56,7 +57,6 @@ class ErrorReport error.notices << @notice @notice end - attr_reader :notice ## # Error associate to this error_report -- libgit2 0.21.2