Frederick Cheung wrote: > > On Jul 30, 9:15�am, Pale Horse <[email protected]> wrote: > >> knew it shouldn't have any effect. > select_tag "tags" definitely won't work though.
Indeed, you're right. I made the change to: select_tag "article[tags]" > What's the view code > you're actually working with? What do the params look at the point > they hit your controller ? And what's in your model - it's the one > thing you haven't shown so far. > > Fred After raising the parameters: 'tags: Defence' is what's returned. The model contains this line: 'acts_as_taggable_on :tags'. -- 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.

