Files
metasploit-gs/data/msfweb/app/controllers/msf_controller.rb
T
lmh 76e577adae Added the main controller (msf). Added it to routes.
git-svn-id: file:///home/svn/framework3/trunk@3948 4d416f70-5f16-0410-b530-b9f4589650da
2006-09-25 01:06:20 +00:00

7 lines
68 B
Ruby

class MsfController < ApplicationController
def index
end
end