diff --git a/lib/bullet.rb b/lib/bullet.rb index 2b0b312d..58849986 100644 --- a/lib/bullet.rb +++ b/lib/bullet.rb @@ -40,7 +40,11 @@ class << self :stacktrace_excludes, :skip_html_injection attr_reader :safelist - attr_accessor :add_footer, :orm_patches_applied, :skip_http_headers, :always_append_html_body, :skip_user_in_notification + attr_accessor :add_footer, + :orm_patches_applied, + :skip_http_headers, + :always_append_html_body, + :skip_user_in_notification available_notifiers = UniformNotifier::AVAILABLE_NOTIFIERS.select { |notifier| notifier != :raise }