Browse Source

fachklasse assoc für fach-gliederung

hmt 8 years ago
parent
commit
ce68a0fbbc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/schild.rb

+ 1 - 0
lib/schild.rb

@@ -102,6 +102,7 @@ module Schild
   # Assoziation für die bisher erreichten Sprachniveaus
   class Fach_Gliederung < Sequel::Model(:fach_gliederungen)
     many_to_one :fach, :class => :Faecher, :key => :Fach_ID
+    many_to_one :fachklasse, :class => :Fachklasse, :key => :Fachklasse_ID
   end
 
   # Vermerke von Schülern