Skip to content
Snippets Groups Projects
Commit bec625d9 authored by Dore, Kieran D (UG - Comp Sci & Elec Eng)'s avatar Dore, Kieran D (UG - Comp Sci & Elec Eng)
Browse files

Cleaned out resource routes

parent b8825ebf
No related branches found
No related tags found
No related merge requests found
Rails.application.routes.draw do Rails.application.routes.draw do
resources :products
resources :lists
resources :users
root 'home#login' root 'home#login'
post 'login', to: 'home#logincheck' post 'login', to: 'home#logincheck'
post 'new_acc', to: 'home#new_acc' post 'new_acc', to: 'home#new_acc'
...@@ -16,4 +13,4 @@ Rails.application.routes.draw do ...@@ -16,4 +13,4 @@ Rails.application.routes.draw do
get 'contact', to: 'contact#contact' get 'contact', to: 'contact#contact'
post 'sendmessage', to: 'contact#sendmessage' post 'sendmessage', to: 'contact#sendmessage'
end end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment