lib/mls/event.rb in mls-1.4.3 vs lib/mls/event.rb in mls-1.5.0

- old
+ new

@@ -3,12 +3,12 @@ SOURCE_TYPES = %w(call email website) belongs_to :account belongs_to :task - has_many :event_actions, :dependent => :destroy + has_many :event_actions - has_many :regards, :dependent => :destroy + has_many :regards def actions event_actions.map(&:action) end \ No newline at end of file