Files
danbooru/app/controllers/static_controller.rb
2013-02-04 18:34:25 -08:00

6 lines
110 B
Ruby

class StaticController < ApplicationController
def terms_of_service
render :layout => "blank"
end
end