From 01525b23e67ceb32c998c4c7bf669f16205212d5 Mon Sep 17 00:00:00 2001 From: Brian van Burken Date: Wed, 28 May 2014 19:53:18 +0200 Subject: [PATCH] Joined all the attribute readers. --- app/models/error_report.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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