[#3832] Remove unneeded extend in the UsersHelperPatch.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user