Skip to content

Commit

Permalink
Ooops, revert a couple files.
Browse files Browse the repository at this point in the history
These weren't supposed to make it into this PR
  • Loading branch information
calh committed Jun 25, 2019
1 parent 48090f0 commit 8e2671d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails42.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
source "https://rubygems.org"

gem "activerecord", "~> 4.2.0"

gem "mysql2", "0.4.10"
gemspec path: "../"
2 changes: 1 addition & 1 deletion lib/octopus/abstract_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def method_missing(meth, *args, &block)
end

def octopus_shard
@config && @config[:octopus_shard]
@config[:octopus_shard]
end

def initialize(*args)
Expand Down

0 comments on commit 8e2671d

Please sign in to comment.