Skip to content

Commit

Permalink
Remove deprecated Refinery::Plugin#activity= API usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Dec 2, 2014
1 parent c6ec019 commit 1203c84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/refinery/news/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class Engine < Rails::Engine
plugin.pathname = root
plugin.name = "refinerycms_news"
plugin.menu_match = /refinery\/news(\/items)?$/
plugin.activity = { :class_name => 'Refinery::News::Item' }
plugin.url = proc { Refinery::Core::Engine.routes.url_helpers.news_admin_items_path }
end
end
Expand Down

0 comments on commit 1203c84

Please sign in to comment.