Sha256: 517f67a493fc7ecfa98d929722a897cba9ef59cc00abf0746fdfa493960359ff
Contents?: true
Size: 390 Bytes
Versions: 6
Compression:
Stored size: 390 Bytes
Contents
/ # locals: (object: nil, asociable: false) div style="max-width: 300px" = pg_form_for(@<%= singular_name %> || object) do |f| = f.mensajes_de_error = hidden_field_tag :asociable, true if asociable <%- attributes.each do |attribute| -%> = f.<%= attribute.reference? ? :pg_associable_inline : :input %> :<%= attribute.name %> <%- end -%> .mt-2 = f.button :submit
Version data entries
6 entries across 6 versions & 1 rubygems