Re: [Rails] Re: route helpers are not working

2011-03-30 Thread Phil Crissman
Phil On Wed, Mar 30, 2011 at 11:30 AM, John Merlino 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", :c

[Rails] Re: route helpers are not working

2011-03-30 Thread John Merlino
> $rake routes > coreim_cores GET/cores/coreim(.:format) {:action=>"coreim", > :controller=>"cores"} > cores GET/cores(.:format) {:action=>"index", > :controller=>"cores"} ah, thanks for response. I didnt see this message on my last response. -- Posted via http:/

[Rails] Re: route helpers are not working

2011-03-30 Thread John Merlino
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 core