Commit b3e3cddb authored by Rubén Dávila's avatar Rubén Dávila

Fix route and error on trial_registrations/new endpoint

Original route was using an extra parameter (/-/...). Also the endpoint
was expecting the presence of the `user` param.
parent 1d934095
......@@ -193,6 +193,7 @@ Rails.application.routes.draw do
draw :project
Gitlab.ee do
draw :trial_registration
draw :trial
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment