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

Use a HTTP redirect for TrialsController#create_lead

Also added a temporary action and more specs.
parent a7cba821
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
resources :trials, only: [:new] do resources :trials, only: [:new] do
collection do collection do
post :create_lead post :create_lead
get :select_namespace, action: :select
end end
end 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