Skip to content

Commit

Permalink
✂️ Rails 3 compatibility code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Aug 15, 2016
1 parent ae6e0b4 commit 507cc9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ module ActionDispatch
class Flash
class FlashHash
def used_keys
# Rails 3 || Rails 4
@used || @discard
@discard
end
end
end
Expand Down

0 comments on commit 507cc9e

Please sign in to comment.