Sha256: e78b5ddb3ffc050e7a52276e2e2204066d0cc06449502e51a47ba5c3afad9213

Contents?: true

Size: 312 Bytes

Versions: 14

Compression:

Stored size: 312 Bytes

Contents

class <%= migration_name %> < ActiveRecord::Migration
  def self.up<% plugins.each do |plugin| %>
    migrate_plugin "<%= plugin[:name] %>", <%= plugin[:current_migration] %><%- end %>
  end

  def self.down<% plugins.reverse.each do |plugin| %>
    migrate_plugin "<%= plugin[:name] %>", 0 <%- end %>
  end
end

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
IamPersistent-tog-0.4.4 app_generators/togify/templates/integrate_tog.rb
cauta-tog-0.5.3 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.2.1 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.3.0 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.4.0 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.4.1 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.4.2 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.4.4 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.5.0 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.5.1 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.5.2 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.5.3 app_generators/togify/templates/integrate_tog.rb
tog-tog-0.5.4 app_generators/togify/templates/integrate_tog.rb
tog-0.5.4 app_generators/togify/templates/integrate_tog.rb