Add 18 USC 2257 disclaimer.

Add a 2257 disclaimer and link to it in the site footer.
This commit is contained in:
evazion
2022-05-09 02:00:35 -05:00
parent 763f9aad98
commit 638c928c8a
5 changed files with 57 additions and 0 deletions

View File

@@ -46,6 +46,13 @@ class StaticControllerTest < ActionDispatch::IntegrationTest
end
end
context "2257 action" do
should "work" do
get usc_2257_path
assert_response :success
end
end
context "not_found action" do
should "return the 404 page for GET requests" do
get "/qwoiqogieqg"