event_ann/app/controllers/action_dispatch.rb

7 lines
100 B
Ruby

module ActionDispatch
class Request
def original_url
original_fullpath
end
end
end