Sha256: 82e17c224a36cd4efc8962febcca65cd7e42298eb4c90801328c8fc460b0441c
Contents?: true
Size: 252 Bytes
Versions: 14
Compression:
Stored size: 252 Bytes
Contents
<%# TEMPLATE TYPE %> module Types class <%= @camelize_name %>Type <%= "<" %> Types::BaseObject <% for field in @type_fields %><%=field%> <% end %> field :created_at, String, null: true field :updated_at, String, null: true end end
Version data entries
14 entries across 14 versions & 2 rubygems