Sha256: f454cf050d215655f9061f39b97efd05e19c582c86a3f681f04cbc2e66a15320
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
= simple_form_for(user) do |f| = f.error_notification .inputs - user.attributes.each do |attribute| - if attribute.reference? = f.association attribute.name.to_sym - else = f.input attribute.name.to_sym .actions = f.button :submit
Version data entries
4 entries across 4 versions & 1 rubygems