Object
# File lib/active_record/deprecated_finders/association_builder.rb, line 78 def valid_options super + [:order, :group, :having, :limit, :offset, :uniq] end