Sha256: 451ffc27e96b68a48ba0bacd9f5e470af41a42441550757dd328c9e8e763867c
Contents?: true
Size: 355 Bytes
Versions: 87
Compression:
Stored size: 355 Bytes
Contents
<% module_namespacing do -%> class <%= class_name %>Resource < ApplicationResource <%- resource_attributes.each do |a| -%> <%- if [:id, :created_at, :updated_at].include?(a.name.to_sym) -%> attribute :<%= a.name %>, :<%= a.type %>, writable: false <%- else -%> attribute :<%= a.name %>, :<%= a.type %> <%- end -%> <%- end -%> end <% end -%>
Version data entries
87 entries across 87 versions & 2 rubygems