105_build_projects_tree.rb
8 lines
| 118 B
| text/x-ruby
|
RubyLexer
|
r2302 | class BuildProjectsTree < ActiveRecord::Migration | ||
def self.up | ||||
Project.rebuild! | ||||
end | ||||
def self.down | ||||
end | ||||
end | ||||