Hello,

I can't figure out how to do this:

I have a Post Model and it :has_and_belongs_to_many :tags. When I edit
a Post, I want to create checkboxes or a select field (with multiple
select choices), so I can add tags to a Post directly from its form.
Is there a way to achieve this nicely or do I have to create something
like just check_box_tags whithin a loop and process those back in the
controller?

Tomas

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to