Sha256: d38a77a72e8e55f63fcec757b6e019faa6eaee4be7a6d426cc036a30f038bdc6
Contents?: true
Size: 356 Bytes
Versions: 8
Compression:
Stored size: 356 Bytes
Contents
require 'scidea/plugins/update_migration_generator' module Scidea module Schools class MigrationsGenerator < Scidea::Plugins::UpdateMigrationGenerator MigrationsGenerator.source_root(File.expand_path('templates', File.dirname(__FILE__) ) ) def plugin_migrations_path MigrationsGenerator.source_root end end end end
Version data entries
8 entries across 8 versions & 1 rubygems