show/hide this revision's text 3 edited tags
show/hide this revision's text 2 Formatting

it

It 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 .

Can Story be not RESTful? Can it be a form for non-RESTful data?

show/hide this revision's text 1

in Ruby on Rails, why does "form_for @story" has to have Story as RESTful

it 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?