MiraitSystems/enju_trunk

View on GitHub
app/views/produces/index.html.erb

Summary

Maintainability
Test Coverage
<%- if @agent -%>
  <%= render 'index_agent', :agent => @agent -%>
<%- elsif @manifestation -%>
  <%= render 'index_manifestation', :manifestation => @manifestation -%>
<%- else -%>
  <%= render 'index' -%>
<%- end -%>