Class: PgAuditLog::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Extended by:
ActiveRecord::Generators::Migration
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/pg_audit_log/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#installObject



11
12
13
14
# File 'lib/generators/pg_audit_log/install_generator.rb', line 11

def install
  directory "lib/tasks"
  migration_template "migration.rb", "db/migrate/install_pg_audit_log"
end