Files
danbooru/app/controllers/static_controller.rb
2013-03-19 23:10:10 +11:00

9 lines
129 B
Ruby

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