solidusio / solidus_support

Common runtime helpers for Solidus extensions.
BSD 3-Clause "New" or "Revised" License
9 stars 23 forks source link

Replace manual cache checks w/ require_dependency #39

Closed elia closed 4 years ago

elia commented 4 years ago

That's the correct (Rails) way of requiring in production and loading when needed by the cache settings.

Fixes #34