event_news/app/controllers/action_dispatch.rb

7 lines
100 B
Ruby
Raw Normal View History

2020-07-22 02:23:36 +00:00
module ActionDispatch
class Request
def original_url
original_fullpath
end
end
end