forked from bofh/fetsite
Dokumentation hinzugefügt
annotation gem installiert und Dokumentation in app/doc eingefügt
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: studien
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# zahl :string(255)
|
||||
# name :string(255)
|
||||
# shortdesc :text
|
||||
# desc :text
|
||||
# typ :string(255)
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
|
||||
class Studium < ActiveRecord::Base
|
||||
attr_accessible :desc, :name, :typ, :zahl
|
||||
has_many :modulgruppen, inverse_of: :studium, :class_name => "Modulgruppe"
|
||||
|
||||
Reference in New Issue
Block a user