This website requires JavaScript.
Explore
Help
Sign in
atomaka
/
creddit
Watch
1
Star
0
Fork
You've already forked creddit
0
Code
Releases
Activity
1bda41e83a
creddit
/
config
/
routes.rb
6 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-07-08 10:24:41 -04:00
Rails
.
application
.
routes
.
draw
do
Add user creation
2015-07-08 15:17:37 -04:00
resources
:users
,
only
:
[
:new
,
:create
]
We basically are reddit now
2015-07-09 16:49:51 -04:00
root
to
:
'users#new'
Initial commit
2015-07-08 10:24:41 -04:00
end
Copy permalink