Commit edf6757a authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Typo in migration 97 name (#1929).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1896 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 8cb75be0
class AddWiewWikiEditsPermission < ActiveRecord::Migration
class AddViewWikiEditsPermission < ActiveRecord::Migration
def self.up
Role.find(:all).each do |r|
r.add_permission!(:view_wiki_edits) if r.has_permission?(:view_wiki_pages)
......
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