So I've been reading just that blog entry but can't get it to work. I've create a "recipes" table with name, author and a description. I've then added a table called "steps" and updated my recipes_controller with the @recipe.steps.build line that seems to be needed. However, I get an ActionController error saying that create has been passed an unknown method step.
I've obvioulsy missed out a piece of code somewhere but can't spot it from reading any of the tutorials. On Dec 29, 6:42 pm, "T. N.t." <[email protected]> wrote: > Robert Walker wrote: > >... > >http://railscasts.com/episodes/73-complex-forms-part-1 > > > This continues in episode 74 as well. > > With the newer accepts_nested_attributes_for method he could probably > save some work/code (http://is.gd/5FLVB). > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

