Sha256: b4c0421cb85ee0a60af312833ff958e1222a8f46537c5690a9eff1ef3ccab490
Contents?: true
Size: 244 Bytes
Versions: 14
Compression:
Stored size: 244 Bytes
Contents
<% module_namespacing do -%> class <%= class_name %> include Elasticsearch::Persistence::Model <% attributes.each do |attribute| -%> <%= "attribute :#{attribute.name},".ljust(@padding+12) %> <%= attribute.type %> <% end -%> end <% end -%>
Version data entries
14 entries across 14 versions & 2 rubygems