fiddled around with css / numbers on two decimals now on product list

This commit is contained in:
Senad Uka
2015-06-06 21:50:41 +02:00
parent 763bc329fc
commit 771a71b42f
5 changed files with 16 additions and 5 deletions

View File

@@ -106,3 +106,6 @@ DEPENDENCIES
sinatra
sinatra-activerecord
sinatra-contrib
BUNDLED WITH
1.10.3

View File

@@ -129,8 +129,8 @@ ActiveRecord::Schema.define(version: 20150420044444) do
t.datetime "updated_at", null: false
t.string "tags"
t.json "traits"
t.decimal "weight", precision: 5, scale: 3
t.integer "supplier_id"
t.decimal "weight", precision: 5, scale: 3
t.integer "delivery_time_estimation_id"
t.integer "brand_id"
end