Skip to content

marcburnie/CMMS

Repository files navigation

RESTFUL ROUTES

NAME URL VERB DESCRIPTION

INDEX /assets GET Displays a list of all assets NEW /assets/new GET Displays form to make a new asset CREATE /assets POST Add a new asset to DB SHOW /assets/:id GET Shows info about one asset