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,7 +1,7 @@
module Admin
class SuppliersController < Admin::ApplicationController
before_filter :set_relation_options, only: [:new, :edit, :create, :update]
skip_before_filter :authenticate_administrator!, only: :test_login
before_action :set_relation_options, only: [:new, :edit, :create, :update]
skip_before_action :setup_administrator!, only: :test_login
# GET /suppliers
# GET /suppliers.json
def index