Skip to content

Commit

Permalink
Make sure to load AbstractRepository first. [#15 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Guidi committed Sep 29, 2008
1 parent 9467d49 commit a81a24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sashimi/repositories.rb
@@ -1 +1 @@
Dir[File.dirname(__FILE__) + '/repositories/*.rb'].each{|f| require f}
Dir[File.dirname(__FILE__) + '/repositories/*.rb'].sort.each{|f| require f}

0 comments on commit a81a24d

Please sign in to comment.