On Jan 8, 8:37 pm, Mauro <[email protected]> wrote:
> Even reading the documentation I can not figure out what is the
> select_tag difference between this:
Neither of those are valid ruby. Have you made a typo somwhere?
Fred
>
> <% = select_tag (bags [], "options_for_select (bags.collect @ {| bb |
> [bb.bag_type, bb.id]},
> ruser.bags.collect @ {| ub | ub.id}), {: multiple => true,: id =>
> "bags"})%>
>
> and this:
>
> <% = select_tag "bags [], " options_for_select (bags.collect @ {| bb |
> [bb.bag_type, bb.id]},
> : multiple => true,: id => "bags")%>
>
> The html code is the same.
--
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.