Method: Clockwork::DatabaseEvents::EventCollection#add

Defined in:
lib/clockwork/database_events/event_collection.rb

#add(event) ⇒ Object



10
11
12
# File 'lib/clockwork/database_events/event_collection.rb', line 10

def add(event)
  @events << event
end