class Rails::Application::Configuration

def extensions


TrustyCms.configuration.extensions # => [:name, :all, :name]

returned by +available_extensions+.
Without such a call, we default to the alphabetical list of all well-formed vendor and gem extensions
def extensions
  @requested_extensions ||= available_extensions
end