caching fuer neuigkeiten and bsp

This commit is contained in:
Andreas Stephanides
2015-03-06 16:41:08 +01:00
parent bd3c3a25e1
commit 8bf5583e00
5 changed files with 25 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
class Meeting < ActiveRecord::Base
belongs_to :parent, :polymorphic=>true
belongs_to :parent, :polymorphic=>true, touch: true
belongs_to :meetingtyp
attr_accessible :desc, :intern, :name, :parent_id, :parent_type, :calentry,:calentry_attributes, :meetingtyp_id
belongs_to :neuigkeit
belongs_to :neuigkeit, touch: true
has_one :protocol, :class_name=>'Document', :conditions=>{:typ=>10}, :as=>:parent
has_one :agenda , :as=>:parent,:conditions=>{:typ=>11}, :class_name=>'Document'
has_one :calentry, as: :object