diff --git a/app/controllers/action_dispatch.rb b/app/controllers/action_dispatch.rb new file mode 100644 index 0000000..6712e9e --- /dev/null +++ b/app/controllers/action_dispatch.rb @@ -0,0 +1,7 @@ +module ActionDispatch + class Request + def original_url + original_fullpath + end + end +end \ No newline at end of file