Files
danbooru/app/controllers/maintenance/user/deletions_controller.rb
r888888888 a25242f68d in progress
2013-04-30 23:25:26 -07:00

12 lines
159 B
Ruby

module Maintenance
module User
class DeletionsController < ApplicationController
def show
end
def destroy
end
end
end
end