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