mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 07:01:59 -04:00
removed redundant private
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user