Stephan Wehner wrote: > > Stephan Wehner wrote: > > I think you need to add something like, > > @article.tag_list << params[:tags] > @article.save > > (Not the right way, but it should then save; sorry a bit late for me > over here) > > Stephan >
Apologies, using select_tag "article[tag_list]" sufficiently fixes this problem. Thank you for your input. -- Posted via http://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.

