app/views/model_info/models/show.html.erb in model_info-0.0.4 vs app/views/model_info/models/show.html.erb in model_info-0.0.5
- old
+ new
@@ -1,5 +1,5 @@
-<h3>View Your Data</h3>
+<h3>View Your <%= @model_class.name%> Data</h3>
<table class="table table-hover table-bordered">
<tr>
<th>Attribute</th>
<th>Value</th>
</tr>
\ No newline at end of file