module TrustyCms::Initializer
def load_plugins
Extends the Rails initializer also to load trusty extensions (which have been excluded from the list of plugins).
def load_plugins super extension_loader.load_extensions end
def load_plugins super extension_loader.load_extensions end