Browse Source

v0.7.3 und bugfix

hmt 9 years ago
parent
commit
29d5eb0be2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lib/schild.rb
  2. 1 1
      lib/schild/version.rb

+ 1 - 1
lib/schild.rb

@@ -15,7 +15,7 @@ module Schild
     one_to_one :abi_abschluss, :class => :AbiAbschluss
     one_to_many :abi_abschluss_leistungen, :class => :AbiAbschlussFaecher
     one_to_one :fhr_abschluss, :class => :FHRAbschluss
-    one_to_many :fhr_abschluss_leistungen, :class => :FHRbschlussFaecher
+    one_to_many :fhr_abschluss_leistungen, :class => :FHRAbschlussFaecher
     one_to_many :vermerke, :class => :Vermerke
     one_to_one :schuelerfoto, :class => :Schuelerfotos
   end

+ 1 - 1
lib/schild/version.rb

@@ -1,3 +1,3 @@
 module Schild
-  VERSION = "0.7.2"
+  VERSION = "0.7.3"
 end