Sha256: 90d0052a67b38e7a198db3d2db511fc776c0affe2c6464431b623cfffcdbd537

Contents?: true

Size: 140 Bytes

Versions: 62

Compression:

Stored size: 140 Bytes

Contents

class <%= @migration_class_name %> < ActiveRecord::Migration
  def self.up
    <%= @up %>
  end

  def self.down
    <%= @down %>
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
hobo_fields-1.3.0.pre11 lib/generators/hobo/migration/templates/migration.rb.erb
hobo_fields-1.3.0.pre10 lib/generators/hobo/migration/templates/migration.rb.erb