diff options
author | Philip Arndt <p@arndt.io> | 2014-10-11 11:36:29 +0100 |
---|---|---|
committer | Philip Arndt <p@arndt.io> | 2014-10-11 11:36:29 +0100 |
commit | a96ffaf51220e928b3fbdfcc4db969cc810f597b (patch) | |
tree | 7831b0be422803d60da0db11eda26628582eb5ad /lib | |
parent | c1d68ecdbc6b4912d3fc6c749060d8820f85a531 (diff) | |
download | refinerycms-blog-a96ffaf51220e928b3fbdfcc4db969cc810f597b.tar.gz refinerycms-blog-a96ffaf51220e928b3fbdfcc4db969cc810f597b.tar.bz2 refinerycms-blog-a96ffaf51220e928b3fbdfcc4db969cc810f597b.zip |
Removed plugin#activity call as this method was removed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/refinery/blog/engine.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |