Skip to content

Commit

Permalink
fix require files
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Jan 12, 2015
1 parent 9e0e689 commit 727125f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/composable_state_machine.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Dir['lib/composable_state_machine/**/*.rb'].each { |f| require File.expand_path(f) }

Gem.find_files("composable_state_machine/**/*.rb").each { |path| require path }
# @author {https://github.com/ssimeonov Simeon Simeonov}, {http://swoop.com Swoop, Inc.}
#
# For examples, see the {file:README.html README}.
Expand Down

0 comments on commit 727125f

Please sign in to comment.