hi
following the notes from DHH's keynote at Euro RailsConf 07 ive
created a restful admin controller and im wondering how i link to this
using restful helpers?
obviously edit_post_path(post) for example will no longer work and i
dont think nesting posts in admin will work either because their are
now two seperate posts controllers.
anyone?