excellent. thank you.

i further step.

I have a polymorphic association where im trying to achieve something
similar.

im feeding an xml file to a swf.

the xml iterates over the poly model, but it belongs_to many different
objects.

but the xml file is called from the poly controller. so the above wont
work correctly, right?

if this doesnt make sense i can post some code

On Jul 10, 4:23 pm, "Älphä Blüë" <[email protected]>
wrote:
> Bob O wrote:
> > does anyone know how i can make dynamic paths?
>
> > say i had a partial for maybe an index list, but i want the link to
> > the show page to be dynamic so im able to use the partial for may
> > objects.
>
> > <%= link_to "show", "#{object}" + _path(object) %>
>
> > something along those lines.
>
> <%= link_to "show", :controller => controller.controller_name %>
>
> This will automatically define the path to the current controller when
> it's called from a view within that controller..
>
> For instance say you have an products controller with a products view...
>
> Using the line above will give you:
>
> <%= link_to "show", products_path %>
>
> --
> Posted viahttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to