Skip to content

Commit

Permalink
Remove sharded accessor
Browse files Browse the repository at this point in the history
This is no longer used
  • Loading branch information
jacobat committed Oct 23, 2017
1 parent a44c7d4 commit 9746156
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/active_record_shards/model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,5 @@ def self.extended(base)
base.send(:include, InstanceMethods)
base.after_initialize :initialize_shard_and_slave
end

private

attr_accessor :sharded
end
end

0 comments on commit 9746156

Please sign in to comment.