From 3ccb88e31a33df7141ba4c28375a1364d4c1720e Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Tue, 27 Jul 2010 06:03:52 -0700 Subject: [PATCH] [#3832] Remove unneeded extend in the UsersHelperPatch. --- lib/rate_users_helper_patch.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rate_users_helper_patch.rb b/lib/rate_users_helper_patch.rb index 0fe4926..92b874e 100644 --- a/lib/rate_users_helper_patch.rb +++ b/lib/rate_users_helper_patch.rb @@ -1,7 +1,6 @@ module RateUsersHelperPatch def self.included(base) # :nodoc: base.send(:include, InstanceMethods) - base.extend InstanceMethods base.class_eval do alias_method_chain :user_settings_tabs, :rate_tab end