Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix missing dependency require in EventCollection
  • Loading branch information
obrie committed Apr 2, 2013
1 parent feff2a5 commit 25ba9a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/state_machine/event_collection.rb
@@ -1,3 +1,5 @@
require 'state_machine/node_collection'

module StateMachine
# Represents a collection of events in a state machine
class EventCollection < NodeCollection
Expand Down

0 comments on commit 25ba9a8

Please sign in to comment.