Files
metasploit-gs/data/msfweb/app/controllers/nops_controller.rb
T
HD Moore 3e0205ee00 Base controllers for the other framework primitives
git-svn-id: file:///home/svn/framework3/trunk@3940 4d416f70-5f16-0410-b530-b9f4589650da
2006-09-24 03:09:03 +00:00

12 lines
107 B
Ruby

class NopsController < ApplicationController
def list
end
def view
end
def generate
end
end