solidusio / solidus_support

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

Add frontend/backend/api decorators to autoload path #44

Closed kennyadsl closed 4 years ago

kennyadsl commented 4 years ago

This is required in order to have the decorators correctly unloaded when we reload the application (calling reload! in a Rails console or on each request in development).