Sha256: 609b040b0ee7f8a7b37d7a5a645fab05e871bbc9de548d0327a19a0903c208ae
Contents?: true
Size: 202 Bytes
Versions: 7
Compression:
Stored size: 202 Bytes
Contents
require_relative 'base_generator' module Fae class ModelGenerator < Fae::BaseGenerator source_root ::File.expand_path('../templates', __FILE__) def go generate_model end end end
Version data entries
7 entries across 7 versions & 2 rubygems