Phil

On Wed, Mar 30, 2011 at 11:30 AM, John Merlino <[email protected]> wrote:

> Thanks for response, it outputs this:
>
> coreim_core_index GET    /core
> /coreim(.:format)                           {:action=>"coreim",
> :controller=>"core"}
>  corer_core_index GET    /core/corer(.:format)
> {:action=>"corer", :controller=>"core"}
>
> So I would expect this to work:
>
> coreim_core_path
> corer_core_path
>
> But neither does. This doesn't work either:
>
> coreim_core_index
> corer_core_index
>

For the record, if rake routes gives you the name coreim_core_index, then
the named route will be coreim_core_index_path or coreim_core_index_url....
not just coreim_core_index by itself. If you're changing the route names,
that may not matter. :-)


>
> --
> Posted via http://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.
>
>

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