Files
danbooru/app/controllers/static_controller.rb
2013-02-22 14:45:39 -05:00

9 lines
131 B
Ruby

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