aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/refinerycms-blog.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 10be99d..334380e 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -18,10 +18,6 @@ module Refinery
end
class Engine < Rails::Engine
- initializer 'blog serves assets' do |app|
- app.middleware.insert_after ::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public"
- end
-
config.to_prepare do
require File.expand_path('../refinery/blog/tabs', __FILE__)
end