CRUDforProducts

This commit is contained in:
yamin
2017-08-16 18:19:20 +06:30
parent 73cceaf482
commit 4fc748e877
13 changed files with 220 additions and 1 deletions

View File

@@ -28,6 +28,8 @@
<li><%= link_to "Employees", settings_employees_path, :tabindex =>"-1" %></li>
<hr class="hr_advance" />
<li><%= link_to "Accounts", settings_accounts_path, :tabindex =>"-1" %></li>
<hr class="hr_advance" />
<li><%= link_to "Products", settings_products_path, :tabindex =>"-1" %></li>
</ul>
</li>