Sha256: 76a5f83a5748c5381262bf2ce8212bbe66733b2ad7a0793860ed4c39eab69269
Contents?: true
Size: 307 Bytes
Versions: 11
Compression:
Stored size: 307 Bytes
Contents
# -*- encoding : utf-8 -*- require 'rails/generators/active_record' class CardMigrationGenerator < ActiveRecord::Generators::Base source_root File.expand_path('../templates', __FILE__) def create_migration_file migration_template "card_migration.erb", "db/migrate_cards/#{file_name}.rb" end end
Version data entries
11 entries across 11 versions & 1 rubygems