work off today

This commit is contained in:
2020-02-25 11:09:27 -05:00
parent da2ba6230d
commit 8740300b9a
34 changed files with 657 additions and 662 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# encoding: UTF-8
module Admin
module Admin
class OrdersController < Admin::ApplicationController
before_filter :set_relation_options, only: [:new, :edit, :create, :update]
before_action :set_relation_options, only: [:new, :edit, :create, :update]
# GET /orders
# GET /orders.json
def index