Restful Polymorphic Post Path

Hi,

I'm trying to create a link_to_remote whereby it takes me to the CREATE action of a polymorphic model (points). Ex:

<%= link_to_remote "up", :url => comment_points_path(item), :method => :post %>

That takes me to the show action in the points controller instead of create.

The routing looks something like:

Seems to be working now!