Commit 22b42dc9 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

fixed self.down in AddSearchPermission migration

git-svn-id: http://redmine.rubyforge.org/svn/trunk@338 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent e6f58e4d
......@@ -4,6 +4,6 @@ class AddSearchPermission < ActiveRecord::Migration
end
def self.down
Permission.find_by_controller_and_action('projects', 'roadmap').destroy
Permission.find_by_controller_and_action('projects', 'search').destroy
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment