index
:
Notes-angular-demo
firehose-project-mentor-session-prep-20161006
live-firehose-project-mentor-session-20160221
master
A demo app to explain how to get a basic AngularJS app up and running
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
/
routes.rb
blob: c5c74832f57f3d4084f52853381e7c01d0f422c1 (
plain
)
1
2
3
Rails
.
application
.
routes
.
draw
do
resources
:notes
,
:except
=>
[
:new
,
:edit
]
end