lib/picky/application.rb in picky-0.0.3 vs lib/picky/application.rb in picky-0.0.4

- old
+ new

@@ -7,11 +7,11 @@ end def self.call env routing.call env end - # TODO Multiple indexes? + # # def self.indexes &block indexes_configuration.instance_eval &block # TODO Uglyyyyyy. ::Indexes.configuration = indexes_configuration @@ -22,10 +22,10 @@ end def self.reset_indexes @indexes = Configuration::Indexes.new # Is instance a problem? end - # TODO Multiple Queries? + # # def self.queries &block queries_configuration.instance_eval &block routing.freeze end \ No newline at end of file