We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f132be4 + 11601da commit ae3e026Copy full SHA for ae3e026
activesupport/lib/active_support/error_reporter.rb
@@ -19,7 +19,7 @@ module ActiveSupport
19
#
20
# Both methods can be restricted to only handle a specific exception class
21
22
- # maybe_tags = Rails.error.handle(Redis::BaseError) { redis.get("tags) }
+ # maybe_tags = Rails.error.handle(Redis::BaseError) { redis.get("tags") }
23
24
# You can also pass some extra context information that may be used by the error subscribers:
25
0 commit comments