view db/migrate/105_build_projects_tree.rb @ 619:4ede44d53f76 feature_36

Minor text & layout updates
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 24 Aug 2011 13:38:31 +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