Sha256: 5f5dbd0d822621704abbdcc58ac18c6a25b2cb583df0689f677658d8269db4dc
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 Bytes
Contents
module ActiveGraph module Generators class MigrationGenerator < ::Rails::Generators::NamedBase include ::ActiveGraph::Generators::SourcePathHelper include ::ActiveGraph::Generators::MigrationHelper def create_migration_file migration_template 'migration.erb' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activegraph-11.5.0.alpha.1 | lib/active_graph/generators/migration_generator.rb |