views:

37

answers:

1

It seems that print, put, or logger.info doesn't work in an included gem. I was wondering if there was a workaround. Thanks!

+1  A: 

RAILS_DEFAULT_LOGGER is a global reference you can use in almost any context.

Julian