Skip to content

Commit

Permalink
+ Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Jan 20, 2011
1 parent d6ef24b commit 6ecaf58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/lib/picky/loader.rb
Expand Up @@ -68,7 +68,7 @@ def self.load_application

# Finalize the applications.
#
# TODO Problem: Reload Routes.
# TODO Problem: Reload Routes. Throw them all away and do them again?
#
Application.finalize_apps

Expand Down
3 changes: 2 additions & 1 deletion server/lib/picky/query/base.rb
Expand Up @@ -43,7 +43,8 @@ def initialize *index_type_definitions
@weights = Hash === weights ? Weights.new(weights) : weights
end

# Search through this method.
# This is the main entry point for a query.
# Use this in specs and also for running queries.
#
# Parameters:
# * text: The search text.
Expand Down

0 comments on commit 6ecaf58

Please sign in to comment.