4 lines
84 B
Ruby
4 lines
84 B
Ruby
|
class Attachmentstype < ActiveRecord::Base
|
||
|
attr_accessible :typeId, :typeName
|
||
|
end
|