update ui for oqs and crm

This commit is contained in:
Aung Myo
2017-09-28 14:18:04 +06:30
parent c4f3b9e999
commit 96af0fcd17
9 changed files with 38 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
class Oqs::EditController < BaseOqsController
class Oqs::EditController < ApplicationController#BaseOqsController
def index
assigned_item_id = params[:id]
assigned_item = AssignedOrderItem.find(assigned_item_id)

View File

@@ -1,4 +1,4 @@
class Oqs::HomeController < BaseOqsController
class Oqs::HomeController < ApplicationController#BaseOqsController
def index
@queue_stations = OrderQueueStation.all