3e0205ee00
git-svn-id: file:///home/svn/framework3/trunk@3940 4d416f70-5f16-0410-b530-b9f4589650da
12 lines
111 B
Ruby
12 lines
111 B
Ruby
class SessionsController < ApplicationController
|
|
|
|
def list
|
|
end
|
|
|
|
def stop
|
|
end
|
|
|
|
def interact
|
|
end
|
|
end
|