collectiveidea / interactor-rails

Interactor Rails provides Rails support for the Interactor gem.
MIT License
437 stars 46 forks source link

Rails logger support #10

Closed andriytyurnikov closed 9 years ago

andriytyurnikov commented 9 years ago

Do you think it would be better to implement here or in interactor itself/both?

ersatzryan commented 9 years ago

It belongs in interactor-rails if anywhere

andriytyurnikov commented 9 years ago

sure rails logger belongs only here, I was asking about extending interactor with logger for rails only vs adding logger getter/setter to interactor and setting it to Rails.logger here