Commit aa14b62a authored by Aishwarya Subramanian's avatar Aishwarya Subramanian Committed by Rubén Dávila

Added controller and route files

parent 67d1be5c
......@@ -192,6 +192,10 @@ Rails.application.routes.draw do
draw :user
draw :project
Gitlab.ee do
draw :trial
end
root to: "root#index"
get '*unmatched_route', to: 'application#route_not_found'
......
# frozen_string_literal: true
resources :trials, only: [:new, :create]
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