solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
52 stars 124 forks source link

Wrap use of `helper_method` in `respond_to?` #92

Closed stewart closed 7 years ago

stewart commented 7 years ago

This is considered the "safe" way to invoke helper_method in Rails engines, as it is not available in some contexts, for example in API-only applications.

Fixes #90.