From e501aa2a5f231705b6ec14bdcb2d6d9dbbcd6c3d Mon Sep 17 00:00:00 2001 From: nandar Date: Sat, 11 Feb 2017 13:21:25 +0630 Subject: [PATCH] - --- app/controllers/api/products_controller.rb | 1 + app/views/api/.DS_Store | Bin 6148 -> 6148 bytes db/schema.rb | 2 ++ 3 files changed, 3 insertions(+) diff --git a/app/controllers/api/products_controller.rb b/app/controllers/api/products_controller.rb index fb50181..549e70b 100644 --- a/app/controllers/api/products_controller.rb +++ b/app/controllers/api/products_controller.rb @@ -16,4 +16,5 @@ class Api::ProductsController < ApplicationController @out=false,"Sorry!Unauthorized user!" end end + end diff --git a/app/views/api/.DS_Store b/app/views/api/.DS_Store index 8207ec37fc5e08a71a140ff44766c39e9e4bea5c..0f8a739081fc172bec64af9c7f4807eeced82ac6 100644 GIT binary patch delta 85 zcmV-b0IL6lFoZCW7XgQnaTbv-ApruBP&<<_6aZ*FG*00058u|Nm22M7=d0f(`%_XCp;6fFS&vq2QY1Cf9P_njB! delta 57 zcmZoMXfc=|&e%4wP;8=}A|vC(0Ba!8Be(IY5&Ogk+MC%q1UMMmHeUSBJeglamz9x$ Mf#JYrTam-e01G@3l>h($ diff --git a/db/schema.rb b/db/schema.rb index d30c891..ae1ee5b 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -54,9 +54,11 @@ ActiveRecord::Schema.define(version: 20170209102414) do create_table "clients", force: :cascade do |t| t.string "name", null: false + t.string "nrc" t.string "email" t.string "phone" t.string "address" + t.string "product_type" t.string "secrect_key" t.datetime "created_at", null: false t.datetime "updated_at", null: false