Skip to content

Commit

Permalink
Remove deprecated Plugin#version= call.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Jan 15, 2013
1 parent 9063dd0 commit 7d37034
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/refinery/search/engine.rb
Expand Up @@ -9,7 +9,6 @@ class Engine < Rails::Engine
initializer "register refinery_search plugin" do
Refinery::Plugin.register do |plugin|
plugin.name = 'refinery_search'
plugin.version = 2.0
plugin.hide_from_menu = true
end
end
Expand Down

0 comments on commit 7d37034

Please sign in to comment.