5 lines
86 B
Ruby
5 lines
86 B
Ruby
class Attachment < ActiveRecord::Base
|
|
attr_accessible :name
|
|
belongs_to :thema
|
|
end
|