Sha256: 432035492f82b7536186253dbca221c7833e7dfa58f08557c424f8a3114f8eb5
Contents?: true
Size: 385 Bytes
Versions: 8
Compression:
Stored size: 385 Bytes
Contents
require 'scidea/plugins/remove_migration_generator' module Scidea module Schools class RemovalMigrationsGenerator < Scidea::Plugins::RemoveMigrationGenerator RemovalMigrationsGenerator.source_root(File.expand_path('templates/removal', File.dirname(__FILE__) ) ) def plugin_migrations_path RemovalMigrationsGenerator.source_root end end end end
Version data entries
8 entries across 8 versions & 1 rubygems