Skip to content

Commit

Permalink
fix to rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed Sep 13, 2010
1 parent 1b334b6 commit 1ce4784
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'rake/clean'
require 'lib/active_fedora'#to get VERSION
require 'rubygems'
load 'tasks/rspec.rake'
$: << 'lib'
Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora/solr_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def self.logger
end

# (re)load solr field name mappings
def load_mappings( config_path=nil )
def self.load_mappings( config_path=nil )
Solrizer::FieldNameMapper.load_mappings(config_path)
end

Expand Down

0 comments on commit 1ce4784

Please sign in to comment.