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