2011/6/14 Walter Davis <[email protected]>
>
>
> Cue Mythbusters theme music: "Well, there's your problem right there..."
>
>
Ok, running bundle exec rake routes solves the problem.
Now I can see all the routes. There are a lot.
Those related to my problem are:
portal_edit
POST
/admin/accounts/:account_id/portals/:portal_id/edit(.:format)
{:action=>"edit", :controller=>"admin/portals"}
edit_portal
GET
/portals/:id/edit(.:format)
{:action=>"edit", :controller=>"portals"}
edit_admin_account_portal
GET
/admin/accounts/:account_id/portals/:id/edit(.:format)
{:action=>"edit", :controller=>"admin/portals"}
edit_admin_account
GET
/admin/accounts/:id/edit(.:format)
{:action=>"edit", :controller=>"admin/accounts"}
Does this tell you somthing?
--
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.