Displaying 1 result from an estimated 1 matches for "tmpviews6oq".
2006 Apr 27
2
problematic admin/views
ok, i have a pretty almost finished (frontend) blog, i have defined an
admin zone with authentication to add content, now im getting trouble
with the views for the controllers in the admin zone, here you can see
my file structure:
http://img284.imageshack.us/my.php?image=tmpviews6oq.gif
and my admin controllers like this:
controllers/admin/admin_controller.rb
class Admin::AdminController < ApplicationController
...
end
controllers/admin/articles_controller.rb
class Admin::ArticlesController < Admin::AdminController
...
end
both works fine, the problem are the views,...