Open
Description
I have this configuration on mi config.ru file
require 'rack/rewrite'
use Rack::Rewrite do
r302 %r{/marketing/([^\?])(?.)*}, '/$1'
end
I want make rails write log before redirect.
Example:
this route http://limbiq.test:3000/marketing/admin/login will redirect to http://limbiq.test:3000/admin/login, but not log information is writing. do you have any Idea to do this?
Metadata
Metadata
Assignees
Labels
No labels