This website requires JavaScript.
Explore
Help
Sign In
tsimonq2
/
bootcamp
Watch
1
Star
0
Fork
0
You've already forked bootcamp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bootcamp
/
config
/
routes.rb
4 lines
72 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add the initial template, from `rails new .` This will become heavily customized over time.
2023-09-13 04:18:09 -05:00
Rails
.
application
.
routes
.
draw
do
Complete the planned mission with basic requirements.
2023-09-13 04:33:39 -05:00
get
"
movies
"
=
>
"
movies
#
index
"
Add the initial template, from `rails new .` This will become heavily customized over time.
2023-09-13 04:18:09 -05:00
end
Reference in New Issue
Copy Permalink