Drop hack used for rails 4 upgrade
This commit is contained in:
parent
060230fb94
commit
cdeb95092b
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
module ActionDispatch
|
||||
class Request < Rack::Request
|
||||
class Session
|
||||
def clear_with_rescue
|
||||
clear_without_rescue
|
||||
rescue
|
||||
# lets not worry about it...
|
||||
end
|
||||
|
||||
alias_method_chain :clear, :rescue
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue