lib/bullet.rb in bullet-7.1.5 vs lib/bullet.rb in bullet-7.1.6
- old
+ new
@@ -38,10 +38,14 @@
:counter_cache_enable,
:stacktrace_includes,
:stacktrace_excludes,
:skip_html_injection
attr_reader :safelist
- attr_accessor :add_footer, :orm_patches_applied, :skip_http_headers, :always_append_html_body
+ 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 }
.map { |notifier| "#{notifier}=" }
available_notifiers_options = { to: UniformNotifier }