Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin::Blog
This commit is contained in:
parent
2a2fcca649
commit
b3a25c1b68
33 changed files with 341 additions and 335 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue