Kta-M/minimum_crud

View on GitHub
lib/generators/templates/layouts/show.html.erb

Summary

Maintainability
Test Coverage
<h1><%= "Show #{@model.to_s}" %></h1>

<p id="notice"><%= notice %></p>

<%= render 'show' %>

<%= link_to 'Edit', url_for(action: :edit, id: @record) %> |
<%= link_to 'Back', url_for(action: :index) %>