From a96ffaf51220e928b3fbdfcc4db969cc810f597b Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Sat, 11 Oct 2014 11:36:29 +0100 Subject: Removed plugin#activity call as this method was removed. --- lib/refinery/blog/engine.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/refinery/blog/engine.rb b/lib/refinery/blog/engine.rb index f81e110..95952d0 100644 --- a/lib/refinery/blog/engine.rb +++ b/lib/refinery/blog/engine.rb @@ -11,7 +11,6 @@ module Refinery plugin.name = "refinerycms_blog" plugin.url = proc { Refinery::Core::Engine.routes.url_helpers.blog_admin_posts_path } plugin.menu_match = /refinery\/blog\/?(posts|comments|categories)?/ - plugin.activity = { :class_name => :'refinery/blog/post' } end end -- cgit v1.2.3