deletes unused controller
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user