Files
fetsite/app/models/thema.rb~
2013-08-05 18:31:04 +02:00

6 lines
115 B
Ruby

class Thema < ActiveRecord::Base
attr_accessible :text, :title
has_many :fragen
belongs_to :themengruppe
end