Sha256: 0c39bb00e778a779d6bb951093db068d3ffaf015ec3af127ff99780511d4975b
Contents?: true
Size: 705 Bytes
Versions: 1
Compression:
Stored size: 705 Bytes
Contents
PowerStencil entity definitions =============================== In this directory, you can define project specific entity definitions which basically are plain ruby files processed in alphabetical order. You can create classes that are inheriting from `PowerStencil::SystemEntityDefinitions::ProjectEntity` To express relations between entities you should use the ActiveRecord-like syntax provided by the `universe_compiler` gem. __It is strongly advised to keep this directory under source control__ This should be the PowerStencil default behaviour. example class: ```ruby class ExampleEntity < PowerStencil::SystemEntityDefinitions::ProjectEntity entity_type :example [...] end ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
power_stencil-0.10.0 | etc/templates/project/.ps_project/entity_definitions/README.md |