view db/migrate/105_build_projects_tree.rb @ 474:dff13616e464 feature_125

Avoid double-slash in path
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Mon, 27 Jun 2011 12:37:09 +0100
parents 513646585e45
children 433d4f72a19b
line wrap: on
line source
class BuildProjectsTree < ActiveRecord::Migration
  def self.up
    Project.rebuild!
  end

  def self.down
  end
end