[Radiant] Mental Branch "Extensions" Notes
Michael Jones
mjfreshnspamfree at gmail.com
Fri Nov 17 18:52:53 CST 2006
> Is your controller called AssetController?
No that was just the default route that was generated:
map.connect 'admin/album/:action', :controller => 'admin/asset'
Sorry, I was assuming it generated that route for a reason.
I changed it to:
map.connect 'admin/album/:action', :controller => 'albums'
And I get a page rendered however no content is showing on it.
More information about the Radiant
mailing list