Sha256: fceb841f64d6dbd2cfd9b3338f59cc1dfa6bcf380fd95870c83e0a4e0e7d4b72

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

class ActionAuditorMigrationGenerator < Rails::Generator::Base
  def initialize(runtime_args, runtime_options = {})
    super
  end
  
  def manifest
    record do |m|
      m.migration_template 'migration.rb', "db/migrate"
    end
  end
  
  def file_name
    "create_action_auditor_table"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
action_auditor-0.1.0 generators/action_auditor_migration/action_auditor_migration_generator.rb