On Aug 30, 10:37 pm, MRoderick <
roderick.mor...@gmail.com> wrote:
> I use map.comatose_admin 'admin/pages' in my routes, on 2.1
Alright, turns out it was my bad:
The default route
map.connect ':controller/:action/:id' # route.rb
was above
map.comatose_admin 'admin/pages' # route.rb
thus eg. link_to 'foo', { :action => 'new', :parent => parent }
matched the default route instead of the comatose_admin-route yielding
the link "/comatose_admin/new". I do consider it a rather brittle
solution, but now it works. :)
Cheers for a quick response.
- andreas