deletes unused controller

This commit is contained in:
kikito
2015-10-09 12:29:09 +02:00
parent 5305f7f942
commit 31bc9e089b

View File

@@ -1,25 +0,0 @@
class Management::OnSiteVerificationController < ActionController::Base
def new
end
def create
verification = Verification::OnSite()
end
def invalid_document
end
def user_exists
end
def
end