On Sun, Feb 1, 2009 at 6:25 AM, Tomas Markauskas <i...@tamole.net> wrote:

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


I wanted to do something very similar and I modeled my application after
this:

http://www.justinball.com/2008/07/03/checkbox-list-in-ruby-on-rails-using-habtm

--wpd

--~--~---------~--~----~------------~-------~--~----~
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