Sha256: 7e9b7bf081c95c447dcd5fb3ce1f1d8638c4ce7d5218f7f680529d84db6b9893
Contents?: true
Size: 323 Bytes
Versions: 20
Compression:
Stored size: 323 Bytes
Contents
<% module_namespacing do -%> class <%= class_name %>Service include Godmin::Resources::ResourceService attrs_for_index <%= @attributes.map { |x| ":#{x}" }.join(", ") %> attrs_for_show <%= @attributes.map { |x| ":#{x}" }.join(", ") %> attrs_for_form <%= @attributes.map { |x| ":#{x}" }.join(", ") %> end <% end -%>
Version data entries
20 entries across 20 versions & 1 rubygems