Skip to content

Commit

Permalink
Simplifying Rails' init files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Dec 1, 2009
1 parent 6ecbc56 commit 9aae303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion init.rb
Expand Up @@ -2,4 +2,4 @@
$LOAD_PATH.unshift path
end

require 'thinking_sphinx/0.9.8'
require 'thinking_sphinx'
2 changes: 1 addition & 1 deletion rails/init.rb
Expand Up @@ -2,7 +2,7 @@
$LOAD_PATH.unshift path
end

require 'thinking_sphinx/0.9.8'
require 'thinking_sphinx'
require 'action_controller/dispatcher'

ActionController::Dispatcher.to_prepare :thinking_sphinx do
Expand Down

0 comments on commit 9aae303

Please sign in to comment.