<%=form_for @showItem, url:{ :action=>:edit } do |f| %>
<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>
 
 
 
<% if @department.count >0 @department.each do |departs| %> <% end end %>
Code Description Action
<%=departs.departCode%> <%=departs.departDescription%>
<% end %>