1 Commits

Author SHA1 Message Date
da49b996da removed redundant private 2026-03-22 18:31:24 -04:00

View File

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