Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin::Blog

This commit is contained in:
Philip Arndt 2012-01-09 10:38:26 +13:00
parent 2a2fcca649
commit b3a25c1b68
33 changed files with 341 additions and 335 deletions

View file

@ -10,7 +10,7 @@ module Refinery
Refinery::Plugin.register do |plugin|
plugin.pathname = root
plugin.name = "refinerycms_blog"
plugin.url = app.routes.url_helpers.refinery_admin_blog_posts_path
plugin.url = app.routes.url_helpers.refinery_blog_admin_posts_path
plugin.menu_match = /refinery\/blog\/?(posts|comments|categories)?/
plugin.activity = {
:class_name => :'refinery/blog/post'