noesya/osuny

View on GitHub
app/views/admin/application/property/_boolean.html.erb

Summary

Maintainability
Test Coverage
<%
value = object.send(property)
title = object.class.human_attribute_name(property)
%>
<%= osuny_label title %>
<p>
  <%= t(value) %>
</p>