Sha256: 7c1864e2b46534995509c2d2e2c5727274fe07a24331c028cb96affef9be1966
Contents?: true
Size: 240 Bytes
Versions: 56
Compression:
Stored size: 240 Bytes
Contents
class <%= class_name %> < Obj attribute :title, :string attribute :body, :widgetlist attribute :child_order, :referencelist <% attributes.each do |attr| -%> <%= Scrivito::GeneratorHelper.attribute_definition(attr) %> <% end -%> end
Version data entries
56 entries across 56 versions & 1 rubygems