Sha256: 2853e30a11f9c3b36d5f496e21372cb9fc4bdddb9b6cef53eff4409390ea5c20
Contents?: true
Size: 437 Bytes
Versions: 29
Compression:
Stored size: 437 Bytes
Contents
# frozen_string_literal: true require File.join(File.dirname(__FILE__), '..', '..', '..', '..', 'active_graph.rb') 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
29 entries across 29 versions & 1 rubygems