overide ActionDispatch::Request.original_url method to solve the problem of https review
This commit is contained in:
parent
56822ed38c
commit
f64c421ef5
|
@ -0,0 +1,7 @@
|
|||
module ActionDispatch
|
||||
class Request
|
||||
def original_url
|
||||
original_fullpath
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue