4 lines
105 B
Ruby
4 lines
105 B
Ruby
class Meetingtyp < ActiveRecord::Base
|
|
attr_accessible :agendaintern, :desc, :name, :protocolintern
|
|
end
|