Files
danbooru/app/controllers/static_controller.rb
2013-03-20 00:17:05 -07:00

8 lines
99 B
Ruby

class StaticController < ApplicationController
def terms_of_service
end
def error
end
end