Sha256: f6a74a99cfefc950cdbe21c95ce813007aaa91521ea3efe39d95fca0f051d41b
Contents?: true
Size: 326 Bytes
Versions: 56
Compression:
Stored size: 326 Bytes
Contents
require 'rails/generators/named_base' module DataMigrate module Generators class DataMigrationGenerator < Rails::Generators::NamedBase #:nodoc: def self.source_root @_data_migrate_source_root ||= File.expand_path(File.join(File.dirname(__FILE__), generator_name, 'templates')) end end end end
Version data entries
56 entries across 56 versions & 2 rubygems