Sha256: 60e20487c1ce03493ff3998b2b632f771c1ecb0eddc561232877aef06894ce94

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

<h1>Editing state</h1>

<%= error_messages_for :state %>

<% form_for @state, :url => state_path(@state) do |f| %>
  <p>
    <%= f.submit "Update" %>
  </p>
<% end %>

<%= link_to 'Show', state_path(@state) %> |
<%= link_to 'Back', states_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultrasphinx-1.11 test/integration/app/app/views/states/edit.html.erb