Sha256: ece50ff3006584ffcad23697f66a7f045948817e0787e79f85f91132675db703
Contents?: true
Size: 488 Bytes
Versions: 6
Compression:
Stored size: 488 Bytes
Contents
models_directory: type: directory output_path: <%= File.join("app", "models") %> model_template: type: file template_path: <%= File.join(templates_directory_path, "model.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
6 entries across 6 versions & 2 rubygems