Skip to content

Commit

Permalink
Added Mongoid::Giza::Configuration instance attribute reader to Mongo…
Browse files Browse the repository at this point in the history
…id::Giza
  • Loading branch information
eddloschi committed Jan 24, 2014
1 parent 98c5b86 commit b7a3640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongoid/giza.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def giza_id
end

module ClassMethods
attr_reader :static_sphinx_indexes, :generated_sphinx_indexes, :dynamic_sphinx_indexes
attr_reader :giza_configuration, :static_sphinx_indexes, :generated_sphinx_indexes, :dynamic_sphinx_indexes

# Class method that defines a index relative to the current class' objects.
# If an argument is given in the block then a dynamic index will be created.
Expand Down

0 comments on commit b7a3640

Please sign in to comment.