class PgAuditLog::Generators::InstallGenerator

Public Instance Methods

install() click to toggle source
# File lib/generators/pg_audit_log/install_generator.rb, line 12
def install
  directory "lib/tasks"
  migration_template "migration.rb", "db/migrate/install_pg_audit_log.rb"
end