Skip to content

Commit

Permalink
Remove the deprecated use of 'Refinery::Plugin#activity
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Apr 29, 2015
1 parent 2e35c2a commit 46bbab8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/refinery/copywriting/engine.rb
Expand Up @@ -31,10 +31,6 @@ class Engine < Rails::Engine
plugin.name = 'refinerycms_copywriting'
plugin.url = {:controller => '/refinery/copywriting/admin/phrases'}
plugin.menu_match = /copywriting/
plugin.activity = {
:class_name => 'Refinery::Copywriting::Phrase',
:title => :name
}
end
end

Expand Down

0 comments on commit 46bbab8

Please sign in to comment.