drapergeek/findit

View on GitHub
app/views/softwares/edit.html.erb

Summary

Maintainability
Test Coverage
<%- model_class = @software.class -%>
<h1><%=t '.title', :default => t('helpers.titles.edit', :model => model_class.model_name.human,
                                 :default => "Edit #{model_class.model_name.human}") %></h1>
<%= render :partial => 'form' %>