mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 13:21:01 +08:00
FEATURE: Nice error handling page
This commit is contained in:
@ -16,4 +16,8 @@ class ForumsController < ApplicationController
|
||||
raise "WAT - #{Time.now.to_s}"
|
||||
end
|
||||
|
||||
def home_redirect
|
||||
redirect_to '/'
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user