Skip to content

Commit

Permalink
Fix non-conflicting merge failure from prior merge
Browse files Browse the repository at this point in the history
  • Loading branch information
James Tucker committed Nov 3, 2012
1 parent 75b358c commit 63b5adf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/rack/session/abstract/id.rb
Expand Up @@ -117,11 +117,6 @@ def empty?
@data.empty?
end

def merge!(hash)
load_for_write!
super(stringify_keys(hash))
end

private

def load_for_read!
Expand Down

0 comments on commit 63b5adf

Please sign in to comment.