Delete useless home_redirect method from ForumsController.

This commit is contained in:
Dmitry Demenchuk 2016-10-27 15:45:22 +01:00
parent e0c40b7fa7
commit fb25485bb1

View File

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