This commit is contained in:
nandar
2017-02-11 13:21:25 +06:30
parent 9931152796
commit e501aa2a5f
3 changed files with 3 additions and 0 deletions

View File

@@ -16,4 +16,5 @@ class Api::ProductsController < ApplicationController
@out=false,"Sorry!Unauthorized user!" @out=false,"Sorry!Unauthorized user!"
end end
end end
end end

Binary file not shown.

View File

@@ -54,9 +54,11 @@ ActiveRecord::Schema.define(version: 20170209102414) do
create_table "clients", force: :cascade do |t| create_table "clients", force: :cascade do |t|
t.string "name", null: false t.string "name", null: false
t.string "nrc"
t.string "email" t.string "email"
t.string "phone" t.string "phone"
t.string "address" t.string "address"
t.string "product_type"
t.string "secrect_key" t.string "secrect_key"
t.datetime "created_at", null: false t.datetime "created_at", null: false
t.datetime "updated_at", null: false t.datetime "updated_at", null: false