Fixed Models & Migrations for setting custom IDs

This commit is contained in:
2016-01-07 20:48:14 -05:00
parent 5d04efe29c
commit 7b0538a043
7 changed files with 36 additions and 10 deletions

View File

@@ -11,14 +11,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
-->
<body>
<h1> Redmine Quickbooks</h1>
Customer Count: <%= @qbo_customer_count %>
Item Count: <%= @qbo_item_count %>
Employee Count: <%= @qbo_employee_count %>
<p>Customer Count: <%= @qbo_customer_count %></p>
<p>Item Count: <%= @qbo_item_count %></p>
<p>Employee Count: <%= @qbo_employee_count %></P>
<br/>
<br/>
<%= link_to "Sync", qbo_sync_path %>
</body>