The following controllers do not inhertit from: <%= @inheritance_controller%>
<% if @error %>
- <%= @error %>
<% elsif @controllers.empty? %>
- All controllers inherit from <%= @inheritance_controller%>
<% else %>
<% @controllers.each do |controller| %>
- <%= controller %>
<% end %>
<% end %>