????

Your IP : 18.224.59.3


Current Path : C:/inetpub/vhost/redmine.gdtvietnam.com/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine.gdtvietnam.com/db/migrate/105_build_projects_tree.rb

class BuildProjectsTree < ActiveRecord::Migration[4.2]
  def self.up
    Project.rebuild_tree!
  end

  def self.down
  end
end