graphiti-api / graphiti-rails

MIT License
54 stars 28 forks source link

Auto-include `Responders` module if responders gem is present #30

Open wagenet opened 5 years ago

wagenet commented 5 years ago

This is something that might be worth doing. We should also consider any potential downsides.

wagenet commented 5 years ago

We wouldn't want to auto-include as-is, since it adds a call to "respond_to" that might not be correct in all circumstances.