Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move schema_statements so it doesn't step on other requires
  • Loading branch information
Matthew Beale committed Jun 29, 2009
1 parent 298a5da commit 59f49d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion shard_the_love.rb
@@ -1,7 +1,7 @@
# Set up some ENV for merb/rails compatibility, load the library

require 'active_record/connection_adapters/abstract/schema_statements'
require File.dirname(__FILE__) + '/lib/active_record/connection_adapters/abstract/schema_statements'
require File.dirname(__FILE__) + '/lib/schema_statements_patch'
require File.dirname(__FILE__) + '/lib/shard_the_love'

if defined?(Rails)
Expand Down

0 comments on commit 59f49d8

Please sign in to comment.