Remove unused terms of service banner.
No longer used, inadvertently hidden in a6233f297e.
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
class StaticController < ApplicationController
|
||||
def terms_of_service
|
||||
end
|
||||
|
||||
def accept_terms_of_service
|
||||
cookies.permanent[:accepted_tos] = "1"
|
||||
url = params[:url] if params[:url] && params[:url].start_with?("/")
|
||||
redirect_to(url || posts_path)
|
||||
end
|
||||
|
||||
def not_found
|
||||
render plain: "not found", status: :not_found
|
||||
|
||||
Reference in New Issue
Block a user