Skip to content

Commit

Permalink
Merge pull request #4 from oggy/rack-insight
Browse files Browse the repository at this point in the history
Fix Redis extension for Redis 3.x.
  • Loading branch information
pboling committed Sep 13, 2012
2 parents 51e32af + a7bb990 commit bd8720d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rack/insight/panels/redis_panel/redis_extension.rb
Expand Up @@ -16,8 +16,7 @@ def call_with_insight(*argv)
end
end

alias_method_chain :call, :insight

Redis::Client.alias_method_chain :call, :insight
end
end
end

0 comments on commit bd8720d

Please sign in to comment.