Skip to content

Commit

Permalink
Merge pull request sunspot#61 from djmaze/master
Browse files Browse the repository at this point in the history
Server should respect "data_path" setting from config
  • Loading branch information
nz committed Sep 5, 2011
2 parents 4b40239 + db1299a commit 0cbbfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunspot_rails/lib/sunspot/rails/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def pid_file
# String:: data_path
#
def solr_data_dir
File.join(solr_home, 'data', ::Rails.env)
configuration.data_path
end

#
Expand Down

0 comments on commit 0cbbfe5

Please sign in to comment.