mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-02 15:11:58 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da49b996da |
@@ -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