61b73f666e
git-svn-id: file:///home/svn/framework3/trunk@3949 4d416f70-5f16-0410-b530-b9f4589650da
8 lines
88 B
Ruby
8 lines
88 B
Ruby
class MsfController < ApplicationController
|
|
layout 'msfweb'
|
|
|
|
def index
|
|
end
|
|
|
|
end
|