event_news/app/controllers/action_dispatch.rb

7 lines
106 B
Ruby

module ActionDispatch
class Request
def original_url
original_fullpath
end
end
end