This website requires JavaScript.
Explore
Help
Sign in
atomaka
/
creddit
Watch
1
Star
0
Fork
You've already forked creddit
0
Code
Releases
Activity
80af796096
creddit
/
config
/
routes.rb
4 lines
79 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
]
Initial commit
2015-07-08 10:24:41 -04:00
end
Copy permalink