Sha256: d0995c396a7f8fb2d8544a5dca8f9b244a694ff2922cf109a1f92fd2a9555620
Contents?: true
Size: 229 Bytes
Versions: 30
Compression:
Stored size: 229 Bytes
Contents
module PgAuditLog module Generators class RSpecGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def install directory "spec/models" end end end end
Version data entries
30 entries across 30 versions & 1 rubygems