Thanks for the input guys.

The "adminl" is a email typo only...

Here's a truncated version of my route config.

 map.namespace :admin do | admin |
   admin.resources :news, :collection => {:sort => :post}
  end

My tests confirm that news_controller.rb#new is indeed sending out a
new @news object. And the directory/namespacing is correct for sure. I
have already built out several other namespaced resource stacks for
this app. Is there a more verbose syntax I can try in form_for that
may allow me to get closer to the metal on this one?

Thanks!


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