Files
metasploit-gs/data/msfweb/app/controllers/sessions_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
111 B
Ruby

class SessionsController < ApplicationController
def list
end
def stop
end
def interact
end
end