twilio / authy-ruby

**Deprecated** Ruby library to access the authy API
MIT License
156 stars 47 forks source link

Undefined method #message for Authy Response #33

Closed plicjo closed 6 years ago

plicjo commented 6 years ago

The devise-authy gem is dependent on the Authy::Response#message method.

https://github.com/authy/authy-devise/blob/master/app/controllers/devise/devise_authy_controller.rb#L133

This PR ensures that the Response class responds to that method.

LucasVidal commented 6 years ago

👍