Hi Isaac!
I had the same problem (see
http://dev.rubyonrails.org/trac.cgi/ticket/190).
Yours,
Lars
Am 13.11.2004 um 05:02 schrieb Isaac Devine:
> Hi,
> with the following in my view.
> <% @sections.each do |@item| %>
>
> <%= link_to( @item.name , :action => "show", :id =
@item.id ) %>
> <br />
> <% end %>
>
> this in my controller:
>
> def index
> # get actual sections
> @sections = Category.find_all ("issection = true")
> end
>
> def show
> render_text "Showing " + @params["id"]
> end
>
> it only outputs:
>
> <a href="/Section/1">Personal</a>
>
> so it is missing/ignoring the action.
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
>
--
"Stil ist die Fähigkeit, komplizierte Dinge einfach zu sagen - nicht
umgekehrt." -- Cocteau, Jean