Skip to content

Commit

Permalink
+ Add namespace to test project
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Aug 8, 2011
1 parent 0a81f3c commit ade8fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/test_project/config.ru
Expand Up @@ -7,11 +7,11 @@ require File.expand_path '../../lib/picky', __FILE__

# Load your application.
#
Loader.load_application
Picky::Loader.load_application

# Load the indexes.
#
Indexes.reload
Picky::Indexes.reload

# Use Harakiri middleware to kill unicorn child after X requests.
#
Expand Down

0 comments on commit ade8fcc

Please sign in to comment.