This website requires JavaScript.
Explore
Help
Sign In
james
/
counter
Archived
Watch
1
Star
0
Fork
0
You've already forked counter
Code
Issues
5
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2020-10-16
. You can view files and clone it, but cannot push or open issues or pull requests.
518a464161
counter
/
config
/
routes.rb
6 lines
88 B
Ruby
Raw
Normal View
History
Unescape
Escape
Initial commit
2020-05-15 01:02:59 +00:00
# frozen_string_literal: true
Rails
.
application
.
routes
.
draw
do
Bootstrapping from Evil Martian's component system https://evilmartians.com/chronicles/evil-front-part-1
2020-05-16 00:29:06 +00:00
root
'pages#home'
Initial commit
2020-05-15 01:02:59 +00:00
end
Reference in New Issue
Copy Permalink