FEATURE: Nice error handling page

This commit is contained in:
riking
2014-06-16 11:25:33 -07:00
parent 0612018569
commit 0d4163e0a2
16 changed files with 265 additions and 7 deletions

View File

@ -16,4 +16,8 @@ class ForumsController < ApplicationController
raise "WAT - #{Time.now.to_s}"
end
def home_redirect
redirect_to '/'
end
end