mirror of
https://github.com/dolphin-emu/redmine_issue_templates.git
synced 2026-01-31 01:15:19 +01:00
Code refactoring.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user