2

I need to implement a custom Responder under "Module Responders", however, I am not sure where such code should live?

2 Answers2

3

This is typically what the lib directory is for.

Just be sure to update your config/application.rb file to include lib in autoload_paths.

Paul Rosania
  • 9,823
  • 2
  • 20
  • 18
1

I usually drop them in app/responders

Dr.Strangelove
  • 1,505
  • 1
  • 11
  • 12