bigdir/app/models/attachmentstype.rb

4 lines
84 B
Ruby
Raw Normal View History

class Attachmentstype < ActiveRecord::Base
attr_accessible :typeId, :typeName
end