You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes side effects with application_controller_patch
Requiring ApplicationController:
`require 'application_controller`
may lead to side effects under certain circumstances (see xmera Circle
issue 1444).
Since the code runs even without the requirement above in
redmine_message_customize/lib/message_customize/application_controller_patch.rb
the line is deleted.
0 commit comments