988bbd13f1
git-svn-id: file:///home/svn/framework3/trunk@10601 4d416f70-5f16-0410-b530-b9f4589650da
12 lines
131 B
Ruby
12 lines
131 B
Ruby
module Msf
|
|
class DBManager
|
|
|
|
class Client < ActiveRecord::Base
|
|
include DBSave
|
|
belongs_to :host
|
|
belongs_to :campaign
|
|
end
|
|
|
|
end
|
|
end
|