Sha256: a0f919a44b7b1ea2ead8ef657e626c95b7157962bfb58c4c9d1f221aa683fae8
Contents?: true
Size: 598 Bytes
Versions: 1
Compression:
Stored size: 598 Bytes
Contents
Description: This generators helps to install TheAudit gem into your Application Usage: [bundle exec] rails g the_audit NAME # This text: > rails g the_audit --help # Main generator: > rails g the_audit install This will create: app/controllers/admin/audits_controller.rb app/models/audit.rb # Controller generators: > rails g the_audit controller This will create: app/controllers/admin/audits_controller.rb # Model generators: > rails g the_audit model This will create: app/models/audit.rb # Migrations: > rake the_audit_engine:install:migrations
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
the_audit-0.0.2 | lib/generators/the_audit/USAGE |