Mercurial > hg > soundsoftware-site
view db/migrate/105_build_projects_tree.rb @ 175:592e09cc3a7b feature_55
fixed no prompt issue for users with no institution selected
author | luisf |
---|---|
date | Wed, 02 Feb 2011 13:33:41 +0000 |
parents | 513646585e45 |
children | 433d4f72a19b |
line wrap: on
line source
class BuildProjectsTree < ActiveRecord::Migration def self.up Project.rebuild! end def self.down end end