Add require so that model is available when needed

This commit is contained in:
Luis Ramos
2020-09-24 13:39:30 +01:00
parent ccab133d63
commit a07029f660

View File

@@ -10,6 +10,9 @@
# inherited hook will assign a new hash for the subclass definitions
# and copy all the definitions allowing the subclass to add
# additional defintions without affecting the base
require 'spree/preferences/store'
module Spree
module Preferences
module Preferable