Merge pull request #4518 from mrded/master

Delete useless home_redirect method from ForumsController.
This commit is contained in:
Régis Hanol 2016-10-27 16:53:15 +02:00 committed by GitHub
commit f196faa4a2

View File

@ -12,8 +12,4 @@ class ForumsController < ApplicationController
end
end
def home_redirect
redirect_to path('/')
end
end