event_news/app/controllers/action_dispatch.rb

7 lines
106 B
Ruby
Raw Normal View History

2022-01-21 02:09:31 +00:00
module ActionDispatch
class Request
def original_url
original_fullpath
end
end
2020-07-22 02:23:36 +00:00
end