lib/picky/application.rb in picky-0.3.0 vs lib/picky/application.rb in picky-0.9.0
- old
+ new
@@ -32,20 +32,20 @@
end
# Routes.
#
delegate :route, :root, :to => :routing
- #
+ # TODO Rename to default_indexing?
#
def indexing
@indexing ||= Configuration::Indexes.new
end
def index *args
self.type *args
end
delegate :type, :field, :to => :indexing
- #
+ # TODO Rename to default_querying?
#
def querying
@queries ||= Configuration::Queries.new
end
\ No newline at end of file