]> source.dussan.org Git - redmine.git/commit
Move duplicated back_url method from ApplicationHelper to ApplicationController ...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Feb 2020 08:38:01 +0000 (08:38 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 2 Feb 2020 08:38:01 +0000 (08:38 +0000)
commit914f57fefcee75d94ec88e466d94edf6d3ac47eb
treefb40d1f3e95e78491e9572678a8f4a2388acf9a3
parent69c794f368436e945d467226186f9620d08be654
Move duplicated back_url method from ApplicationHelper to ApplicationController (#32850).

Patch by Holger Just.

git-svn-id: http://svn.redmine.org/redmine/trunk@19486 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/application_controller.rb
app/helpers/application_helper.rb
test/functional/application_controller_test.rb [new file with mode: 0644]
test/helpers/application_helper_test.rb