vegantech/sims

View on GitHub
app/views/checklist_builder/questions/_question_definition.html.erb

Summary

Maintainability
Test Coverage
<%= content_tag_for :li, question_definition do %>
    <%= render :partial => 'question_definition_2', :locals=>{:question_definition=>question_definition} %>
<% end %>