Follow-up to previous commit: Fix issue number in comment.

[skip ci]
This commit is contained in:
Jon Atack 2016-08-08 11:58:54 +02:00
parent 2839acf731
commit 6e004ec938
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ module Ransack
# built. The `name.nil?` conditional below currently does this.
#
# TODO: Add test coverage for this behavior and ensure that `name.nil?`
# isn't fixing issue #702 by introducing untested regressions.
# isn't fixing issue #701 by introducing untested regressions.
#
def build_attribute(name = nil, ransacker_args = [])
Attribute.new(@context, name, ransacker_args).tap do |attribute|