I am making the Ruby on Rails Getting Started Guide at:
but I have one problem.
Almost everything is well explained but at 5.7 and 5.8 there are two
commands:
post GET /posts/:id(.:format) posts#show
posts GET /posts(.:format) posts#index
and it is not explained where I should put them. So I tried a few
things, but especially the second one is I guess essential without I get
an error message, for the first one I could manage it somehow.
Could anyone make a quick look and tell me where I have to put them,
please.?
I am looking forward to hear from you and thank you for your time.
These are not actually commands, but are the output from the `rake routes` command — the guides here are less than clear about that. If you read the version at Getting Started with Rails — Ruby on Rails Guides instead, is that clearer what's being shown?