Don't need to set initializer order anymore.
This commit is contained in:
parent
e1d6605d23
commit
5c3de1175f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Refinery
|
|||
|
||||
isolate_namespace Refinery::Blog
|
||||
|
||||
initializer "register refinerycms_blog plugin", :after => :set_routes_reloader do |app|
|
||||
initializer "register refinerycms_blog plugin" do
|
||||
Refinery::Plugin.register do |plugin|
|
||||
plugin.pathname = root
|
||||
plugin.name = "refinerycms_blog"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue