Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MIS21MidtermsParkingLot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dean Krisitan Bardeloza
MIS21MidtermsParkingLot
Commits
0fd65710
Commit
0fd65710
authored
Jul 05, 2016
by
Bianca Tarun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added car_log_controller.rb
parent
b7c2d165
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
car_logs_controller.rb
parkinglot/app/controllers/car_logs_controller.rb
+1
-0
routes.rb
parkinglot/config/routes.rb
+5
-5
No files found.
parkinglot/app/controllers/car_logs_controller.rb
0 → 100644
View file @
0fd65710
class
CarLogController
<
ApplicationController
\ No newline at end of file
parkinglot/config/routes.rb
View file @
0fd65710
Rails
.
application
.
routes
.
draw
do
root
to:
"pages#index"
get
"/car
log"
,
to:
"car
log#index"
get
"/car
log/add"
,
to:
"car
log#add"
get
"/car
log/delete"
,
to:
"car
log#delete"
post
"/car
log/add"
,
to:
"car
log#add"
post
"/car
log/delete"
,
to:
"car
log#delete"
get
"/car
_log"
,
to:
"car_
log#index"
get
"/car
_log/add"
,
to:
"car_
log#add"
get
"/car
_log/delete"
,
to:
"car_
log#delete"
post
"/car
_log/add"
,
to:
"car_
log#add"
post
"/car
_log/delete"
,
to:
"car_
log#delete"
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment