Sha256: 22563edba3e2499093e51b9cee95e979ab099e40b1740721743c7dc5f97f7d31

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

class AuditedMigrationUpdateGenerator < Rails::Generator::NamedBase
  def manifest
    record do |m|
      m.migration_template 'migration.rb', 'db/migrate'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ericperko-acts_as_audited-1.1.2 generators/audited_migration_update/audited_migration_update_generator.rb