mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-12-30 22:51:00 -05:00
Use Logger.info
This commit is contained in:
@@ -97,7 +97,7 @@ class QboController < ApplicationController
|
||||
id = entity['id'].to_i
|
||||
name = entity['name']
|
||||
|
||||
logger.debug "Casting #{name.constantize} to obj"
|
||||
logger.info "Casting #{name.constantize} to obj"
|
||||
|
||||
# Magicly initialize the correct class
|
||||
obj = name.constantize
|
||||
|
||||
Reference in New Issue
Block a user