GetSimpl / amqp_mailer

Adds a new action mailer delivery method - amqp
MIT License
0 stars 0 forks source link

Remove activesupport dependency #1

Closed nitishparkar closed 6 years ago

nitishparkar commented 6 years ago

We have both rails 4 and 5 projects. Dependency on activesupport was causing compatibility issues. We were only using it for .present? and .blank?. This PR adds a custom blank? method and removed activesupport as dependency.