Refactored everything (models, helpers) into proper namespace of Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
This commit is contained in:
parent
d18364d359
commit
36c005ecd1
47 changed files with 725 additions and 718 deletions
|
@ -16,7 +16,7 @@ module Refinery
|
|||
plugin.url = app.routes.url_helpers.refinery_admin_blog_posts_path
|
||||
plugin.menu_match = /^\/refinery\/blog\/?(posts|comments|categories)?/
|
||||
plugin.activity = {
|
||||
:class_name => :'refinery/blog_post'
|
||||
:class_name => :'refinery/blog/post'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue