Merge branch 'master' into 'master'
overide ActionDispatch::Request.original_url method to solve the problem of https review See merge request !5
This commit is contained in:
commit
ccd06edd25
|
@ -0,0 +1,7 @@
|
||||||
|
module ActionDispatch
|
||||||
|
class Request
|
||||||
|
def original_url
|
||||||
|
original_fullpath
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue