Mercurial > hg > soundsoftware-site
view .svn/pristine/5a/5a7deda1d3eacb46e12c357098d5d8aa3d1e3bbf.svn-base @ 1537:e55cbb9ba8bf live
Authormap generator works, but is far too slow to run through runner
author | Chris Cannam |
---|---|
date | Tue, 19 May 2015 17:33:38 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
class PopulateEnumerationsPositionName < ActiveRecord::Migration def up IssuePriority.compute_position_names end def down IssuePriority.clear_position_names end end