Sha256: 88a4c7b0229913f7cc035aa5c14d052f81be058a73262e55d59c2eaa933f66fa

Contents?: true

Size: 500 Bytes

Versions: 1

Compression:

Stored size: 500 Bytes

Contents

models_directory:
  type: directory
  output_path: <%= File.join("app", "models") %>
model_template:
  type: file
  template_path: <%= File.join(templates_directory_path, "#{app_config.orm}.rb.template") %>
  output_path: <%= File.join("app", "models", "#{param(:name).singular.underscore}.rb") %>
test_template:
  type: file
  template_path: <%= File.join(templates_directory_path, "test.rb.template") %>
  output_path: <%= File.join("test", "unit", "#{param(:name).singular.underscore}_test.rb") %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mack-0.4.7 lib/generators/model_generator/manifest.yml