in progress

This commit is contained in:
r888888888
2013-04-30 23:25:26 -07:00
parent 51a62a8df6
commit a25242f68d
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
module Maintenance
module User
class DeletionsController < ApplicationController
def show
end
def destroy
end
end
end
end