Skip to content

Commit

Permalink
Do not trigger model validations when rebuilding the nested set (#108…
Browse files Browse the repository at this point in the history
…29).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9632 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
jplang committed May 5, 2012
1 parent 1ab261d commit 61a1fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/105_build_projects_tree.rb
@@ -1,6 +1,6 @@
class BuildProjectsTree < ActiveRecord::Migration
def self.up
Project.rebuild!
Project.rebuild!(false)
end

def self.down
Expand Down

0 comments on commit 61a1fa1

Please sign in to comment.