Skip to content

Commit

Permalink
MONGOID-4173 Update method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jan 22, 2016
1 parent 1bd0698 commit a62d525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongoid/criteria/includable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def add_inclusion(_klass, relation)
# criteria.extract_relations_list(:posts, [{ :alerts => :items }])
#
# @param [ Symbol ] association The name of the association.
# @param [ Array, Symbol ] relations Either the relation name or a list of associations.
# @param [ Array ] relations A list of associations.
#
# @since 5.1.0
def extract_relations_list(association, relations)
Expand Down

0 comments on commit a62d525

Please sign in to comment.