Quick model for my new table

git-svn-id: file:///home/svn/framework3/trunk@13806 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Tod Beardsley 2011-09-30 15:49:01 +00:00
parent ec557d4176
commit b79f4324f9
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
module Msf
class DBManager
class ModRef < ActiveRecord::Base
include DBSave
end
end
end