class ActiveGraph::Generators::MigrationGenerator
Public Instance Methods
create_migration_file()
click to toggle source
# File lib/rails/generators/active_graph/migration/migration_generator.rb 11 def create_migration_file 12 migration_template 'migration.erb' 13 end