terrbear (owner)

Revisions

gist: 209520 Download_button fork
public
Public Clone URL: git://gist.github.com/209520.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
  def self.up
    task = ActivityTemplate.find(:first, :name => "UPDATED_TASK")
    task.activity_template_variables << ActivityTemplateVariable.new(:name => "group", :value_type => "service_org_all_groups", :aggregate => false)
    milestone = ActivityTemplate.find(:first, :name => "UPDATED_MILESTONE")
    milestone.activity_template_variables << ActivityTemplateVariable.new(:name => "group", :value_type => "service_org_all_groups", :aggregate => false)
  end