weitere classen durchsuchen

This commit is contained in:
Andreas Stephanides
2014-11-12 21:24:18 +01:00
parent e9245919c3
commit dc124e3810
18 changed files with 99 additions and 19 deletions

View File

@@ -32,4 +32,10 @@ class Modulgruppe < ActiveRecord::Base
def studium_name
self.studium.nil? ? "Kein Studium vorhanden" : self.studium.name
end
searchable do
text :desc
text :typ
text :name, :boost=>3.0
end
end