Sha256: 2e776c502014fbe3206c5534437f4f671e08b3931cb67b39f5bf72647a4effe7
Contents?: true
Size: 294 Bytes
Versions: 6
Compression:
Stored size: 294 Bytes
Contents
module ActiveAnnotations class InstallGenerator < Rails::Generators::Base desc "This generator copies the ActiveAnnotations database migrations to /db/migrate" def copy_migrations rake "active_annotations:install:migrations" rake "db:migrate" end end end
Version data entries
6 entries across 6 versions & 1 rubygems