Skip to content

Commit

Permalink
Change tab initialize from array to hash
Browse files Browse the repository at this point in the history
  • Loading branch information
krasnoukhov committed Oct 31, 2012
1 parent 2f0b488 commit 2c1aca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sidekiq/failures.rb
Expand Up @@ -10,7 +10,7 @@ module Failures
end

Sidekiq::Web.register Sidekiq::Failures::WebExtension
Sidekiq::Web.tabs << "Failures"
Sidekiq::Web.tabs["Failures"] = "failures"

Sidekiq.server_middleware do |chain|
chain.add Sidekiq::Failures::Middleware
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/failures/version.rb
@@ -1,5 +1,5 @@
module Sidekiq
module Failures
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end

0 comments on commit 2c1aca6

Please sign in to comment.