unepwcmc/SAPI

View on GitHub
app/views/admin/srg_histories/_form.html.erb

Summary

Maintainability
Test Coverage
<%= form_for :srg_history, :url => collection_url, :remote => true do |f| %>

  <%= error_messages_for(@srg_history) %>

  <label>Name</label><%= f.text_field :name %><br />
  <label>Tooltip</label><%= f.text_field :tooltip %><br />
<% end %>