Method: Kuhsaft::Brick#update_fulltext

Defined in:
app/models/kuhsaft/brick.rb

#update_fulltextObject

TODO: yes. temporary workaround. see above



47
48
49
50
51
52
53
# File 'app/models/kuhsaft/brick.rb', line 47

def update_fulltext
  if brick_list.is_a? Page
    brick_list.update_fulltext
  else
    brick_list.brick_list.update_fulltext
  end
end