3e0205ee00
git-svn-id: file:///home/svn/framework3/trunk@3940 4d416f70-5f16-0410-b530-b9f4589650da
15 lines
129 B
Ruby
15 lines
129 B
Ruby
class ExploitsController < ApplicationController
|
|
|
|
def list
|
|
end
|
|
|
|
def view
|
|
end
|
|
|
|
def exploit
|
|
end
|
|
|
|
def check
|
|
end
|
|
end
|