lib/picky/loader.rb in picky-2.0.0.pre1 vs lib/picky/loader.rb in picky-2.0.0.pre2
- old
+ new
@@ -86,10 +86,12 @@
# Loads the internal parts of the framework.
# (Not for the user)
#
def self.load_framework_internals
+ load_relative 'internals'
+
# Load compiled C code.
#
load_internals 'ext/maybe_compile'
# Load extensions.
@@ -273,9 +275,10 @@
load_relative 'results'
# Search.
#
load_relative 'search'
+ load_relative 'query'
#
# load_relative 'query/solr'
# Sources.
#