mirror of
https://github.com/dolphin-emu/redmine_issue_templates.git
synced 2024-11-23 09:30:07 +00:00
Code refactoring.
This commit is contained in:
parent
a241083ffd
commit
a1c17fb7e1
@ -1,8 +1,8 @@
|
||||
require_dependency 'projects_helper'
|
||||
|
||||
module IssueTemplatesProjectsHelperPatch
|
||||
def self.included base
|
||||
base.send :include, ProjectsHelperMethodsIssueTemplates
|
||||
def self.included(base)
|
||||
base.send(:include, ProjectsHelperMethodsIssueTemplates)
|
||||
base.class_eval do
|
||||
alias_method_chain :project_settings_tabs, :issue_templates
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user