# File lib/clockwork/database_events/event_store.rb, line 40 def register(event, model) related_events_for(model.id).add(event) end