removed redundant private

This commit is contained in:
2026-03-22 18:31:24 -04:00
parent 50a02cc497
commit da49b996da

View File

@@ -100,8 +100,6 @@ class ItemsController < ApplicationController
params.require(:item).permit(:name, :description, :sku, :unit_price, :active, :account_id, :type, :taxable) params.require(:item).permit(:name, :description, :sku, :unit_price, :active, :account_id, :type, :taxable)
end end
private
def log(msg) def log(msg)
Rails.logger.info "[ItemsController] #{msg}" Rails.logger.info "[ItemsController] #{msg}"
end end