e7b100c4ed
Added javascript helper for automatic live search love. git-svn-id: file:///home/svn/framework3/trunk@3990 4d416f70-5f16-0410-b530-b9f4589650da
16 lines
150 B
Ruby
16 lines
150 B
Ruby
class ExploitsController < ApplicationController
|
|
layout 'windows'
|
|
|
|
def list
|
|
end
|
|
|
|
def view
|
|
end
|
|
|
|
def exploit
|
|
end
|
|
|
|
def check
|
|
end
|
|
end
|