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
+1 -1
View File
@@ -1,7 +1,7 @@
# encoding: UTF-8
module Admin
class ProductsController < Admin::ApplicationController
before_filter :set_relation_options, only: [:new, :edit, :create, :update]
before_action :set_relation_options, only: [:new, :edit, :create, :update]
# GET /products
# GET /products.json
def index