update admin bsb for layout
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Oqs::EditController < ApplicationController#BaseOqsController
|
||||
class Oqs::EditController < BaseOqsController
|
||||
def index
|
||||
assigned_item_id = params[:id]
|
||||
assigned_item = AssignedOrderItem.find(assigned_item_id)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
class Oqs::HomeController < ApplicationController#BaseOqsController
|
||||
class Oqs::HomeController < BaseOqsController
|
||||
def index
|
||||
|
||||
@queue_stations = OrderQueueStation.all
|
||||
|
||||
Reference in New Issue
Block a user