first raw implementation of the form
This commit is contained in:
@@ -2,4 +2,6 @@ Rails.application.routes.draw do
|
||||
root 'supporters#new'
|
||||
|
||||
resources :supporters
|
||||
|
||||
get '/thanks', to: 'pages#thanks', as: :thanks
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user