6 lines
115 B
Ruby
6 lines
115 B
Ruby
class Thema < ActiveRecord::Base
|
|
attr_accessible :text, :title
|
|
has_many :fragen
|
|
belongs_to :themengruppe
|
|
end
|