Skip to content

Commit

Permalink
Merge pull request #30 from SpringMT/hotfix/require-activerecord-mysq…
Browse files Browse the repository at this point in the history
…l-unsigned-with-rails

Change activerecord-mysql-unsigned require's path
  • Loading branch information
I left from github. probably committed Oct 9, 2014
2 parents e6cc09c + 5bac019 commit d2d139f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ridgepole/client.rb
Expand Up @@ -8,7 +8,7 @@ def initialize(conn_spec, options = {})
@diff = Ridgepole::Diff.new(@options)

if @options[:enable_mysql_unsigned]
require 'activerecord-mysql-unsigned'
require 'activerecord-mysql-unsigned/base'
end

if @options[:enable_foreigner]
Expand Down

0 comments on commit d2d139f

Please sign in to comment.