Sha256: 77419c5676a7ff735908d4dc33682e316bbb32bc987625e78824f104e31b0641
Contents?: true
Size: 268 Bytes
Versions: 28
Compression:
Stored size: 268 Bytes
Contents
class <%= class_name %> < <%= parent? ? options[:parent].classify : "Neo4j::Rails::Model" %> <% attributes.each do |attribute| -%> property :<%= attribute.name %><%= ", :type => #{attribute.type_class}" %> <% end -%> <%= timestamp_statements if timestamps? -%> end
Version data entries
28 entries across 28 versions & 1 rubygems