|
3 |
edited tags
|
||
|
2 | Formatting | ||
|
it It seems that when we use
then Story has to be a RESTful resource and it has to be
in the routes.rb? can . Can Story be not RESTful? Can it be a form for non-RESTful data? |
||||
|
1 |
|
||
in Ruby on Rails, why does "form_for @story" has to have Story as RESTfulit seems that when we use form_for @story do |f| then Story has to be a RESTful resource and it has to be map.resources :stories in the routes.rb? can Story be not RESTful? Can it be a form for non-RESTful data?
|
||||
