Sha256: 96855c8ea8664bf814dfec08bb417559aad8a98b78e710be1c185accba90d70c
Contents?: true
Size: 234 Bytes
Versions: 6
Compression:
Stored size: 234 Bytes
Contents
<%= simple_form_for @item, :url => @url do |f| %> <%= form_section 'overview' do %> <%= f.input :email %> <%= f.input :password %> <%= f.input :password_confirmation %> <% end %> <%= f.button :submit %> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems