Sha256: 797d649ad5b922523962ea3d5e272d67494bf604b316852706e0067fa473cc5d
Contents?: true
Size: 296 Bytes
Versions: 4
Compression:
Stored size: 296 Bytes
Contents
require 'generators/ixtlan/configuration_base' module Ixtlan module Generators class ConfigurationModelGenerator < ConfigurationBase source_root File.expand_path('../../templates', __FILE__) protected def generator_name "model" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems